Skip to content

j1642/chess_game

Repository files navigation

A playable UCI chess engine.

Features

Use

Clone or unzip the repository (green Code button --> Download ZIP).

To play chess,
$ python3 game.py
To run the engine,
$ python3 engine.py

Dependencies

  • Python 3.6+
  • Tkinter (to play against the computer)