Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 472 Bytes

File metadata and controls

21 lines (12 loc) · 472 Bytes

ChessBot

A minimalist chess game

Contents:

Chessbot.py --- contains the class chessbot, i.e. the engine

Main.py --- Gui to interact with the chessbot

Put both files in the same folder and run Main.py to play the game.

alt text

This is a beta version, I am aware that there are many bugs.

The bot is also not very good at chess

How to play

  • Clone the repository
  • python3 Main.py