A simple connect-4 game built with python and blessed.
If you want to learn more about the project's flow, you can read the docs or the minimax implementation.
To install the game, start by cloning the repository:
git clone https://github.com/MorganKryze/Connect-4.git
Then, install the dependencies:
pip install -r requirements.txt
To start the game, run the following command:
python src/main.py
Then use the arrow keys and enter to navigate the menu, and play the game using your numpad.
You can change the game settings by editing the constants.py
file in the modifiable section (number of columns, lines or tokens available).
This project is licensed under the MIT License - see the LICENSE file for details.