Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 499 Bytes

sealion

A toy chess engine that aims to be compatible with UCI and have a decently strong elo.

Features

Sealion currently supports these features, with the remaining planned out:

  • Board representation and FEN parsing
  • Extended position information and move generation (borked #3)
  • UCI support (#4)
  • Static evaluation of positions
  • A (graphical) self-play-testing framework