run instructions

This commit is contained in:
Ben Morrison 2019-09-11 03:44:40 -04:00
parent 6443047b9b
commit c70adc4688
Signed by: gbmor
GPG Key ID: 8F192E4720BB0DAC
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,17 @@
Trying my hand at building a roguelike with `rltk`, the roguelike toolkit.
Right now it's just a simple window that says `MORTAL WOMBAT MFERS`.
```
$ git clone https://tildegit.org/mortalwombat/mw-rl.git
...
$ cd mw-rl
$ cargo build --release
$ ./target/release/mw-rl
...
```
### Notes
* [`rltk`](https://github.com/thebracket/rltk_rs)