Description: Tictactoe game in java. Tic-tac-toe is a classic, simple board game where two players (player “X” and player “O”) take turns putting their marks on the grid. For a board of size n-by-n, a player wins by having n consecutive marks on the board.
Unzip the TestTictactoe.zip file, run the Tictactoe application class, and play with it to see how it works.
To Search:
File list (Check if you may need any files):
TestTictactoe
.............\Board.class
.............\Player.class
.............\Tictactoe.class
.............\Tictactoe.java
__MACOSX
........\TestTictactoe
........\.............\._Tictactoe.java