Repository files navigation
Connect 4 Console-Game based on minimax alpha beta pruning algorithm
Youtube demo can be found here
For more code description and user guide a full report for the project is attached
The entire game is developed by a group of students at 4th Year Computer and System Engineering Ainshams University
User has 'x' move with blue color while the computer has 'o' with red color
User can play at different difficulty levels (from 1 to 4 as 1 is the easiest level)
User can play again when the game is ended without need to run the files from begining
User can save/load the game board:
User can save the current state of the game board to continue playing later
User can load any save states of the game board to continue playing it
NOTE : the boards are saved in 'saved-games' folder
Run the main.py file and start to play
About
Connect 4 Game implemented using minimax alpha beta pruning algorithm
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.