Grading rubric

Recall the General Instructions for Grading Programs.

Eclipse project for this assignment: TwoDArrays

Points to be awarded for:

  1. TicTacToeTest
    • 5 points - testGettersAndSetters passes
    • 5 points - testToString contains reasonable tests, which also pass
  2. TicTacToe
    • 5 points - The second constructor generates a random tictactoe board using getPiece
    • 5 points - Main constructs a randomly generated TicTacToe board and prints it using toString

Total: 20 points

(GameOfLife rubric will be on the next homework.)