A handcrafted 2D chess game written in Rust.
Supported platforms · Getting started · Development plan
Attention: This game is currently not in development 🚧
Maybe it will turn into a "Rust 2D Rendering Proof of Concept (PoC)", as my interests have shifted a bit in the last months and the implemented technical part was the most exciting. We will see!
Feel free to try out the published release(s) 😊
- Windows (OpenGL ES 3.2)
- Linux/X11 (OpenGL ES 3.2)
- Get Rust (nightly)
- Clone the repository
- Navigate to the cloned repository
- Run
cargo run --release
- Use as few dependencies as possible
- Keep an eye on performance
- Learn more about Rust, rendering and game development