Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misaelnieto/ajedrez
A naive approach at a chess library. For learning purposes by now
https://github.com/misaelnieto/ajedrez
Last synced: about 1 month ago
JSON representation
A naive approach at a chess library. For learning purposes by now
- Host: GitHub
- URL: https://github.com/misaelnieto/ajedrez
- Owner: misaelnieto
- Created: 2023-12-18T22:03:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T17:38:41.000Z (4 months ago)
- Last Synced: 2024-08-27T19:32:10.084Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ajedrez
This is a naive implementation of a chess game engine. I started it to lear rust.
Features:
[x] Basic board structure and movement validator
[x] Basic PGN loader
[x] Basic FEN support
[x] Tests
[x] Performance tests
[ ] User interface
[ ] Documentation
[ ] Published on crates.io
[ ] Best practices
[ ] Thread safety
[ ] Stable API
[ ] Runs on MacOS
[ ] Runs on Windows
[ ] Runs on Linux
[ ] Runs on Wasm
[ ] Runs on Android
[ ] Runs on ESP32
[ ] Runs on browser
[ ] Runs on one embedded device
[ ] Users :'(