
One And All
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
EDIT 2023-02: I ported the game away from the quicksilver framework so that it now uses Raylib. I made a wasm version of it too using it. Any security issues are now gone. Note the native version works better than the wasm version, but if you want to try the wasm version, its here: https://burnedkirby.com/ld45_ported .
EDIT 2022-06: Github has noted that this game is affected by some security issues due to the old dependencies it uses. I've tried to fix the game, but its main dependency `quicksilver` is no longer actively maintained, and though I've fixed compiling the native version of the game, it no longer runs (the old hosted instances still do). Because there might be security issues with this game due to outdated dependencies, USE AT YOUR OWN RISK!!. Ideally, I could port the code to use something like `ggez` instead of `quicksilver`, but this is not a simple task as the code is currently tightly coupled with `quicksilver` stuff.
My previous LD jam game was too difficult, but maybe this one is too easy as there is no enemies to fight or anything like that. Anyways, please enjoy. Since this is a game that runs in the browser, it may take some time to load before it is ready, so please wait a few minutes for it.
If you want to run this directly and don't mind compiling the game, you can grab the source code and compile it yourself. You must have rust (cargo) installed on your system to compile.
EDIT: Sometimes saving/loading freezes the game, I'm not quite sure why it happens. If it does happen to you, for now you will have to avoid saving/loading I think, sorry.
EDIT2: I've found that if you're blocking third-party cookies in firefox and you try to save/load on the itch.io page, the game freezes. If you want to save, you will either have to use the other mirror or change your cookie settings, sorry.
EDIT 2022-06: Github has noted that this game is affected by some security issues due to the old dependencies it uses. I've tried to fix the game, but its main dependency `quicksilver` is no longer actively maintained, and though I've fixed compiling the native version of the game, it no longer runs (the old hosted instances still do). Because there might be security issues with this game due to outdated dependencies, USE AT YOUR OWN RISK!!. Ideally, I could port the code to use something like `ggez` instead of `quicksilver`, but this is not a simple task as the code is currently tightly coupled with `quicksilver` stuff.
My previous LD jam game was too difficult, but maybe this one is too easy as there is no enemies to fight or anything like that. Anyways, please enjoy. Since this is a game that runs in the browser, it may take some time to load before it is ready, so please wait a few minutes for it.
If you want to run this directly and don't mind compiling the game, you can grab the source code and compile it yourself. You must have rust (cargo) installed on your system to compile.
EDIT: Sometimes saving/loading freezes the game, I'm not quite sure why it happens. If it does happen to you, for now you will have to avoid saving/loading I think, sorry.
EDIT2: I've found that if you're blocking third-party cookies in firefox and you try to save/load on the itch.io page, the game freezes. If you want to save, you will either have to use the other mirror or change your cookie settings, sorry.