Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 697 Bytes

ChessProgram

Test your chess skills againist this python based chess engine.

Game_intro

How to Run

  1. Download the repository as zip and extract it.
  2. Python should be installed on the system.
  3. Open command prompt in the extracted folder.
  4. Install packages: pip install -r requirements.txt
  5. Run the game with this command: python Main.py
  6. Choose piece color and board theme from menu.
  7. Enjoy !

chk-mt