Skip to content

EvanMurawski/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Evan Murawski

License: MIT

Description:

  • A basic python chess engine. Implements only a minimal set of UCI commands (uci, isready, position fen, go).
  • Uses Alpha-beta pruning with fixed depth
  • Not all rules are yet implemented (incl. castling, en passant, stalemate, and underpromotion). See TODOs and Todo.txt

Dependencies:

For test utilities only:

  • python-chess

About

A basic python chess engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages