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
- Host: GitHub
- URL: https://github.com/schctl/sealion
- Owner: schctl
- License: apache-2.0
- Created: 2023-05-15T18:07:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T11:25:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T19:07:57.002Z (8 months ago)
- Topics: chess, chess-engine, rust, uci
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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