/Connect4AI

Connect4AI is a two-player game where you can play against a computer that uses the minimax algorithm to choose its moves. The game is developed in Python3 using Pygame, and features a GUI for an enhanced user experience. The game can help with improving strategic thinking, and is a great example of how to implement a game AI using the minimax algo

Primary LanguagePythonMIT LicenseMIT

Watchers