Skip to content

MarkLovesCoding/Python-Connect-Four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Connect Four Game

This is a simple implementation of the classic Connect Four game using Python and Pygame.

Connect Four Game

Installation

To run this game, you need to have Python installed on your system. If you don't have it already, you can download and install it from the official Python website.

After installing Python, you also need to install the Pygame library. You can do this via pip, which is the package installer for Python. Open a terminal or command prompt and enter the following command:

python -m pip install -U pygame --user

Gameplay

After installing pygame, you can launch the game from the command line with the following command:

python connect_four.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages