Online Chess game made in Pygame using the Python socket module. It allows for near infinite games to take place between pairs of players.
Begin by setting up your Python environment. Ensure that you have Python installed, and consider using a virtual environment for project isolation. Familiarize yourself with essential libraries, such ...
This is a Chess game built using python with pygame module for GUI. It has 2 playing mode either you can play against another human player or against AI. The AI was implemented using Minimax algorithm ...