rusty-chess-gui 0.1.1

A gui for the chess engine
# 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](https://github.com/raylib-rs/raylib-rs) for the graphics.
Check out their page or the [raylib](https://www.raylib.com/) 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](https://www.rust-lang.org/learn/get-started) page.

Then simply run:

```shell
cargo install rusty-chess-gui
```