LD45/README.md

10 lines
303 B
Markdown
Raw Normal View History

2019-10-06 07:33:42 +00:00
# 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.
2019-10-06 11:53:34 +00:00
Note the code is very messy due to the make-game-in-two-days constraint.