Skip to content

TomMago/GobyChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GobyChess

This is a chess engine written in python.

You can play it on lichess.

It currently features:

  1. Bitboard move generation
  2. Negascout search
  3. Quiescent search
  4. Piece-Square table based evaluation
  5. Basic UCI implementation

For a reasonable perfomance it is best to run the engine with pypy like in goby.sh.