/tictactoe

Unbeatable tictactoe command line game. Written in python3

Primary LanguagePython

tictactoe

Unbeatable tic tac toe python CLI game using reinforcement machine learning

Setup:

  1. Clone this repository to your system.
  2. Install python3 on your system.
  3. Open the terminal in the directory which contains the main.py file.
  4. Run the following command in the terminal:

python3 main.py

Note:

You might need special user privelleges (E.g. sudo python3 main.py on Ubuntu) to run the command.