Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 367 Bytes

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.