Grading rubric
Recall the General Instructions for Grading Programs.
Eclipse project for this assignment: TwoDArrays
Points to be awarded for:
-
TicTacToeTest
- 5 points - testGettersAndSetters passes
- 5 points - testToString contains reasonable tests, which also pass
-
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
|