]> git.seodisparate.com - LudumDare47_StuckInALoop/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 5 Oct 2020 07:13:35 +0000 (16:13 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 5 Oct 2020 07:13:35 +0000 (16:13 +0900)
README.md

index 1e79203d39c30163c75bd8e0ec00316c4979a25c..b0d872d78ec00f6d3ddcc3ee23bf6341bdf29350 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
 
 # Compiling
 
+[Install rust](https://rust-lang.org)
+
 `cargo build --release`
 
 # Running
@@ -16,3 +18,19 @@ This may cause `cargo run` to fail, as it doesn't move the resources directory.
 You will have to either move the executable to the root directory of this
 project, or make a symlink/copy of `resources` to the directory that holds the
 executable.
+
+There are some issues running in debug mode, so be sure to use the executable
+built with `cargo build --release`, or run with `cargo run --release`.
+
+# About
+
+Game programmed with [neovim](https://github.com/neovim/neovim) in the [Rust
+programming language](https://rust-lang.org), and uses the
+[ggez](https://ggez.rs) Rust library.
+
+All audio created with [lmms](https://lmms.io).
+
+All images created with [gimp](https://gimp.org).
+
+Uses ClearSans font (licensed under the [Apache 2
+license](resources/clearsans-LICENSE-2.0.txt).