Skip to content

schctl/sealion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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