tic-tac-toe@terminal:~$
← Back
🌙
user@tic-tac-toe:~$
./tictactoe --classic --mode=pvp
Tic Tac Toe v1.0 initialized...
Game board ready ✓
$ ./configure --mode
PVP
PVC
$ ./configure --difficulty
EASY
MEDIUM
HARD
O turn
Reset Game
Winner
New Game
user@tic-tac-toe:~$
_