Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four 🎲

Connect Four is a strategy game where players take turns dropping colored tokens into a 6-row, 7-column grid. The objective is to be the first to connect four tokens in a row horizontally, vertically, or diagonally.

How to Play 🎮

  1. You vs the computer take turns dropping tokens into the grid.
  2. Tokens fall to the lowest available space in a column.
  3. The first player to connect four in a row wins!

Features ✨

  • 🎨 Graphical User Interface (Run GUI.py)
  • 🖥️ Console Version (Run UI.py)
  • 🏆 Singleplayer Support
  • Simple, yet challenging gameplay

Installation 🚀

  1. Clone the repository:
    git clone https://github.com/yourusername/connect-four.git
    cd connect-four

2.Run the game in console/in GUI version:

python UI.py
python GUI.py

About

Final project of the Fundamentals of programming course (1st Year,1st Semester)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages