lsglucas / connect-four

Connect Four game written in Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4

Connect 4 game written in Pygame.

Connect Four game which you can play with your friends, against the artificial intelligence or just watch two AIs playing the game for you. (currently in development) We have different themes which you can choose as well as other customizations.

Gif showing different themes

๐ŸŽฎ How to play

On the starter menu, select the mode in which you want to play. If the mode selected is AI vs AI you won't need to type a name and other settings won't appear. If you select other modes you can select a name but it's not required to play the game. You can play it using a controller or your own keyboard.

๐Ÿ’ป Development setup

To install all the dependencies you must have python 3.9 installed; then you need to create a virtual environment, running the following code:

virtualenv venv

After creating the virtual environment you must install the libraries which are used on the project, running the following code:

pip install -r requirements.txt

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Meta

If you need any help, run through any issues, or have any ideas, donโ€™t hesitate to contact us.

Lucas Garcia โ€“ @lsglucass โ€“ lsglucas@pm.me

Daniel Kauffmann โ€“ @danieldowombo โ€“ danielvenna2@hotmail.com

Matheus Chang - matheus.chang21@gmail.com

Rodrigo Martini - rodrigo.ldemartini@gmail.com

About

Connect Four game written in Pygame


Languages

Language:Python 100.0%