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.
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.
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
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