|  Grading rubric 
Recall the General Instructions for Grading Programs.
 
Eclipse project for this assignment: TwoDArrays
 
Points to be awarded for:
 
	
		TicTacToeTest
		
			5 points - testGettersAndSetters passes5 points - testToString contains reasonable tests, which also pass
		TicTacToe
		
			5 points - The second constructor generates a random tictactoe board using getPiece5 points - Main constructs a randomly generated TicTacToe board and prints it using toString 
Total: 20 points
 |