Test your Tic-Tac-Toe abilities against a computer!
Play a game of Tic-Tac-Toe against a machine! The computer will use an Artificial Intelligence algorithm to make the best move, so don´t be surprised if you can´t do better than a tie!
- Clone this repository:
$ git clone https://github.com/Alessandro1918/tictactoeAI- Install the required libs:
$ cd tictactoeAI
$ pip3 install -r requirements.txt- Run:
$ python3 runner.py