chess-rs
chess-rs copied to clipboard
Chess in Rust
Chess-rs
An implementation of the game of chess written in Rust. Uses macroquad for graphics rendering and input.
Piece set by Madware
Building and running client
cd chess-rs-client
cargo run
some features that it has right now
- online multiplayer
- FEN import/export
- PGN export
goals
- some kind of AI rival