Crates.io | rusty-chess-gui |
lib.rs | rusty-chess-gui |
version | 0.1.4 |
source | src |
created_at | 2024-06-18 15:15:02.090294 |
updated_at | 2024-07-13 15:49:43.490486 |
description | A gui for the chess engine |
homepage | |
repository | https://github.com/ungrichtepfl/rusty-chess |
max_upload_size | |
id | 1275562 |
size | 95,947 |
This is small game of chess written in Rust. It is a work in progress and contains the graphical user interface for playing the game.
It uses raylib-rs for the graphics. Check out their page or the raylib page for more information how to install the library.
You need to have cargo installed. You can install it by following the instructions on the rust-lang page.
Then simply run:
cargo install rusty-chess-gui