Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :'(