A tic-tac-toe cli implementation with Min-Max IA.
- Make a virtualenv and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
- Install the dependencies:
$ python install -r requirements.txt
Just execute:
$ python src/main.py
Revision and great insights by @anderson-tomkelski