An open API service indexing awesome lists of open source software.

https://github.com/schctl/sealion

Chess-engine library and tooling
https://github.com/schctl/sealion

chess chess-engine rust uci

Last synced: 8 months ago
JSON representation

Chess-engine library and tooling

Awesome Lists containing this project

README

          

# 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:

- [x] Board representation and FEN parsing
- [x] Extended position information and move generation [`(borked #3)`](https://github.com/schctl/sealion/issues/3)
- [ ] UCI support ([#4](https://github.com/schctl/sealion/pull/4))
- [ ] Static evaluation of positions
- [ ] A (graphical) self-play-testing framework