A playable chess game with gui. INDAPlus21/eliased-chess is used as the underlying chess library. Utilizing the game engine Piston for Rust. Made by Elias Floreteng during the KTH DD1337 Programming course.
Disclaimer! The chess functionality depens on the underlying library which may not cover all features of chess. Go to INDAPlus21/eliased-chess for more information.
Note: rust-toolchain version at least 1.53.0 is required to run the project with cargo. Update with
rustup update
.
- Download the self-extracting installer for Windows and run the executable (can also be found under releases).
or - Clone the repository and run with cargo:
git clone https://github.com/INDAPlus21/eliasfl-chess-gui cd eliasfl-chess-gui cargo run