Update README.md

This commit is contained in:
Stephen Seo 2019-10-06 20:53:34 +09:00
parent bb37e67f2e
commit 5b218cdb6f

View file

@ -5,3 +5,5 @@ 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.
Note the code is very messy due to the make-game-in-two-days constraint.