A custom implementation of the famous game tic-tac-toe.
git clone https://github.com/Nohossat/Smart-tic-tac-toe.git
cd Smart-tic-tac-toe
2 modes available in the command line :
python app.py
The computer player has some intelligence : it can decide to block the opponent to preven him from winning or choose the best square to make a winning combination.
python app.py -mode human