/tic-tac-toe

Tic tac toe

Primary LanguagePython

Tic-Tac-Toe

A tic-tac-toe cli implementation with Min-Max IA.

Setup

  1. Make a virtualenv and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install the dependencies:
$ python install -r requirements.txt

Running

Just execute:

$ python src/main.py

Acknowledgements

Revision and great insights by @anderson-tomkelski