Chess is a two-player strategy board game played on a checkered board with 64 squares arranged in an 8×8 grid. Played by millions of people worldwide
- Please ensure pygame module is already installed in your os. If not then type in the following command:
sudo add-apt-repository ppa:thopiekar/pygame
sudo apt-get update
sudo apt-get install python3-pygame
pip3 install pgzero
Above, commands are only for linux.
- Run the Server.py from Server Folder
python3 Server.py
- Run the Client.py from Client Folder
python3 Client.py
Run minimum two Client.py to play the game between the players
Now Enjoy 😀
@Rud09 for helping me in syntax
Currently not working in Windows