rusty-chess-cli 0.1.1

Simple command line chess game written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rusty-chess-cli

This is a simple command line interface for playing chess. It is a work in
progress and contains the command line interface for playing the game.

## 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-cli
```