From 4e2784445ac0105edeb992c70a2bd3bcf07f3759 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 6 Oct 2019 16:33:42 +0900 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d6bc23 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Entry for LD45 - Start with Nothing + +This game is a Rust project using the quicksilver 2D game framework. + +It can be run locally by invoking `cargo run` in the project directory. + +Resources are located in the `static/` folder.