rusty-chess-gui

Crates.iorusty-chess-gui
lib.rsrusty-chess-gui
version0.1.4
sourcesrc
created_at2024-06-18 15:15:02.090294
updated_at2024-07-13 15:49:43.490486
descriptionA gui for the chess engine
homepage
repositoryhttps://github.com/ungrichtepfl/rusty-chess
max_upload_size
id1275562
size95,947
Christoph Ungricht (ungrichtepfl)

documentation

README

rusty-chess-gui

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.

Installation

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
Commit count: 82

cargo fmt