Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenpetryk/vezir
https://github.com/stevenpetryk/vezir
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevenpetryk/vezir
- Owner: stevenpetryk
- Created: 2023-07-03T05:20:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-05T04:31:26.000Z (over 1 year ago)
- Last Synced: 2024-06-07T20:12:47.447Z (5 months ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vezir
A shitty chess engine.
## Engine features
- [x] FEN parsing
- [x] Board state
- [ ] Move generation
- [ ] UCI
- [ ] ...?## WebSocket API
- [ ] Protobuf types
- [ ] UI## Deployment
- [ ] Dockerfile
- [ ] K8s config
- [ ] Lichess integration