connect4-ml
This project was created with Python 3.
To install all dependancies use with pip: python
pip install -r requirements.txt
Then you can run
python src/main.py
to launch a series of game of Connect4 against the IA.
connect4-ml
This project was created with Python 3.
To install all dependancies use with pip: python
pip install -r requirements.txt
Then you can run
python src/main.py
to launch a series of game of Connect4 against the IA.