23 lines
716 B
Markdown
23 lines
716 B
Markdown
# Disclaimer
|
|
|
|
This game has been ported away from quicksilver. A WASM version of the new
|
|
version will be made soon.
|
|
|
|
# Entry for LD45 - Start with Nothing
|
|
|
|
This game is a Rust project that originally used the quicksilver 2D game
|
|
framework. It now uses Raylib.
|
|
|
|
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.
|
|
|
|
# Links
|
|
|
|
[The ldjam.com page](https://ldjam.com/events/ludum-dare/45/one-and-all)
|
|
|
|
[itch.io page hosting the game](https://seodisparate.itch.io/one-and-all-a-ludumdare-45-entry)
|
|
|
|
[personal mirror (slow) that also hosts the game](https://burnedkirby.com/ld45/)
|