rg-chess 0.2.2

Chess Game with graphical interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Tests

```bash
cargo test
```

## Run

```bash
cargo run --release
```

> **Note**: if you don't build in `release`, the game may be slow.