added a readme
This commit is contained in:
parent
d28739201a
commit
69dcdef9ca
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# rs48
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
It is a game of 2048 that plays in the terminal as a TUI, it has a lot of
|
||||||
|
configurability and implements a few types of AI.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Compiled with the [rustup toolchain](https://rustup.rs).
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
cargo build
|
||||||
|
```
|
||||||
|
|
||||||
|
### Running
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
cargo run
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue