Skip to content

This vanilla Python chess engine includes a GUI for playing against an AI opponent. It fully supports standard chess rules, dynamically displays valid moves, and logs each move.

Notifications You must be signed in to change notification settings

vonderklaas/chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine

DEMO

How to run?

git clone https://github.com/vonderklaas/python-chess-engine.git
pip install -r requirements.txt
python main.py

About

This vanilla Python chess engine includes a GUI for playing against an AI opponent. It fully supports standard chess rules, dynamically displays valid moves, and logs each move.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages