2022-06-07 07:15:10 +00:00
|
|
|
# Disclaimer
|
|
|
|
|
|
|
|
The hosted WASM versions of this game still work, but I am not entirely sure if
|
|
|
|
the security issues with this game apply to the WASM versions. **USE AT YOUR OWN
|
|
|
|
RISK**.
|
|
|
|
|
|
|
|
This game was created in a manner such that it was tightly coupled with the
|
|
|
|
`quicksilver` dependency. However, `quicksilver` is no longer (actively)
|
|
|
|
maintained, and its old dependencies no longer allow this game to run properly
|
|
|
|
(crashes on native, cannot serve WASM version).
|
|
|
|
|
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.
|
2019-10-06 12:29:29 +00:00
|
|
|
|
|
|
|
# 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/)
|