Loading repository data…
Loading repository data…
fakhurdin / repository
A Python-based version of the classic Connect Four game enhanced with an AI opponent. The game utilizes the Minimax algorithm with Alpha-Beta pruning to create a competitive and intelligent gameplay experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A Python-based version of the classic Connect Four game enhanced with an AI opponent. The game utilizes the Minimax algorithm with Alpha-Beta pruning to create a competitive and intelligent gameplay experience.
Connect Four is a two-player strategy game where players take turns dropping discs into a grid. The first player to connect four of their discs horizontally, vertically, or diagonally wins the game.
This project features:
pygameAI-BASED---CONNECT-FOUR-GAME/
├── assests/ # Game assets (images, sounds)
├── Project_Tutorial.mp4 # Demo video of the game
├── projectmain.py # Main Python script
└── README.md # Project documentation
git clone https://github.com/fakhurdin/AI-BASED---CONNECT-FOUR-GAME.git
cd AI-BASED---CONNECT-FOUR-GAME
python -m venv venv
# Activate it:
# Windows
venv\Scripts\activate
# macOS/Linux
source venv/bin/activate
pip install pygame numpy
To start the game, simply run:
python projectmain.py
A quick walkthrough of the game is available in the included video:
🎬 Project_Tutorial.mp4
Make sure your system has a compatible media player for files.
.mp4Contributions are welcome! To get involved:
git checkout -b feature/YourFeatureName
git commit -m "Add new feature"
git push origin feature/YourFeatureName
This project is licensed under the MIT License.
Built with 💻 and 🎮 by passionate developers.