Introduction - If you have any usage issues, please Google them yourself
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.