Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
/ Connect-4 Public archive

A simple connect-4 game built with python and blessed.

License

Notifications You must be signed in to change notification settings

MorganKryze/Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4

A simple connect-4 game built with python and blessed.

Connect-4

Getting Started

Docs

If you want to learn more about the project's flow, you can read the docs or the minimax implementation.

Prerequisites

Install

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

How to use

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.

Configuration

You can change the game settings by editing the constants.py file in the modifiable section (number of columns, lines or tokens available).

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple connect-4 game built with python and blessed.

Topics

Resources

License

Stars

Watchers

Forks

Languages