Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 353 Bytes

Full Pychess Logo

A python chess engine

Running the Engine (Linux)

  1. Install pygame sudo apt-get install python-pygame
  2. Download everything.
  3. Run Chess.py
  4. Enjoy!

Running the Engine (Windows)

  1. Install pygame pip install pygame
  2. Download everything.
  3. Run Chess.py
  4. Enjoy!