/Chess

Chess is a game played between two players and consists of a board and 16 pieces with some set of rules.

Primary LanguagePython

Chess

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

How to use

  1. 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.

  1. Run the Server.py from Server Folder
python3 Server.py
  1. Run the Client.py from Client Folder
python3 Client.py

Run minimum two Client.py to play the game between the players

Now Enjoy 😀

Special Thanks

@Rud09 for helping me in syntax

Note

Currently not working in Windows

Screenshots

Images

Images

Images

Images