This game is a command line TicTacToe, which can be played by 1 or 2 players.
git clone https://github.com/DimitrisRammos/TicTacToe
The project consists of 2 main folders:
-Program, which includes the main function and other files.
-Pictures, which includes the pictures where used in the game.
If you need further explanations on the code click here.
When start the game, you can to choise if you want to play alone
with computer-machine or two players
.
The first player is X
.
The second player is O
.
The score start from 0-0, and the grey line in the top is fot the player who can to play now.
You can start to play.
If the game have winner or the game is tie, you can to play again
and you can touch the icon for play again.
If you want to go-back
touch the down-left icon.
If you want to Stop the game touch the down-right icon EXI
".
After you can to choise if you want to play Easy
or Hard
game.
The user-player(you) is X
.
The computer-player is O
.
The score start from 0-0, and the grey line in the top is fot the player who can to play now.
You can start to play.
If the game have winner or the game is tie, you can to play again
and you can touch the icon for play again.
If you want to go-back
touch the down-left icon.
If you want to Stop the game touch the down-right icon EXIT
.
If you want to run the code, run the following commands:
cd TicTacToe
make run
After you can play tha game.