Version 1.5.0
The version 1.5.0 of this Connect 4
Download
To have the project ready, install Connect4-win.zip for windows or Connect4-lin for linux and click on Starter.bat (Windows) or Starter.sh (Linux) to run it.
If you are on Windows, windows defender could detect the virtual environment as a Trojan horse.
(If you won't download the virtual environment or if you want to use it on Mac Os, download Connect4-source-only.zip), install requirements by using Install.bat / .sh or in command line with pip install -r requirements
or with pip3 install -r requirements
and then run it with starter.bat / starter.sh or by using python Connect4.py
or python3 Connect4.py
)