View on GitHub

Programming2Portfolio

Tic-Tac-Toe

alt text

This is a simple calculator TicTacToe game which operates under the standard rules. Users select spots by inputting the row and column number. Win and anti-cheat detection are implemented in the game. The code is run purely though the command line; there is no built-in GUI.

Code

alt text

This calculator application was made using Java. The game code consists of two classes. The “TicTac” class handles the game logic. The main class handles the game initialization and IO. You can view the source code on Github here.

BACK