From: Stephen Seo Date: Tue, 21 Feb 2023 12:27:48 +0000 (+0900) Subject: Update README.md X-Git-Url: https://git.seodisparate.com/stephenseo/LD52?a=commitdiff_plain;h=66fce1031863856bcf50e8d68ac3e64c7c4a6a94;p=LudumDare45_StartWithNothing Update README.md --- diff --git a/README.md b/README.md index 7345467..f34fe55 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ # 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). +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 using the quicksilver 2D game framework. +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.