Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 429 Bytes

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.