Your Terminal Tic Tac Toe
- Date: 06/06/2019
- Support Windows
- Date: 31/08/2021
- Documentation
- Makefile
- Refactore
- Support Linux
- Unit Test
# Clean compiled files
$ make clean # Compile tictoctoe compiled files
$ make # Start tictoctoe
$ make run # Runner test unit
$ make run-testPlaying is very simple. Choose the number corresponding to the position.
You can play in pairs or against the machine.
X|2|O
4|X|O
7|8|X
Player 1 Winn !!