diff options
author | Guillaume Pasquet <dev@etenil.net> | 2019-07-06 11:24:17 +0100 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2019-07-06 11:24:17 +0100 |
commit | c5fe46b275cd688cf35562b35b8350e7ef18705b (patch) | |
tree | 1ba3c466fd1c0eaf02af1607b87eba12ffb51661 /README.md | |
parent | 0386718d53999ce5962684d9fde7b5b8ddb6292b (diff) |
Docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a8a57b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +ROGUERUST
+=========
+
+A Rogue-like game written in Rust. Please see `TODO.md` for more info.
+
+How to run
+----------
+
+Clone this repository, then run `cargo run` and admire the results!
|