Slimefall by wilsk
NOW WITH POST-JAM HTML5 VERSION!! (see itch.io link below)
Gather slime from the cave, and don't hit the ground until you've collected enough (see top right). See how deep you can go (only 4 levels :cry:)!
Controls: WASD, arrows.
Game made in the Bevy Engine with Rust. The game could probably do with a better character controller and more levels but I'm satisfied.


NOTE The windows download on the itch.io link is the Game Jam version. On itch there is also a post-jam HTML5 build. The github releases link has all the previous releases including (untested) MacOS and Linux builds.
Things I would have liked to do:
- a better character controller,
- destructible terrain (to make it more of an exploration puzzle rather than a jump puzzle)
- background music
- more detailed backgrounds and platforms
| Code for Jam version | https://github.com/will-hart/ld48/tree/1.0.0 |
| Game jam version | https://wilsk.itch.io/slimefall-ld48 |
| Post jam HTML5 | https://wilsk.itch.io/slimefall-ld48 |
| Post jam | https://github.com/will-hart/ld48/releases |
| Post jam, untested | https://github.com/will-hart/ld48/releases |
| Post jam, untested | https://github.com/will-hart/ld48/releases |
| Original URL | https://ldjam.com/events/ludum-dare/48/slimefall |
Ratings
| Overall | 1733th | 2.881⭐ | 23🧑⚖️ |
| Fun | 1749th | 2.571⭐ | 23🧑⚖️ |
| Innovation | 1300th | 2.929⭐ | 23🧑⚖️ |
| Theme | 1629th | 2.929⭐ | 23🧑⚖️ |
| Graphics | 1443th | 3.119⭐ | 23🧑⚖️ |
| Audio | 1165th | 2.69⭐ | 23🧑⚖️ |
| Mood | 1629th | 2.775⭐ | 22🧑⚖️ |
| Given | 34🗳️ | 18🗨️ |
I felt really good when I made it to the end. Only thing I'd request that hasn't been requested already would be to have the R button work even when you aren't dead
@lone-wolf nice suggestion, yes I think that would be helpful given the game can be a little bit frustrating :grin: Actually I've found bevy really easy to use, there are some rough edges but it's already taking shape in a really satisfying way.
I am wondering a bit why there is only a windows build. Had to switch machines to play :slight_smile:
I've made some changes to it in the post-jam HTML5 build over on itch.
Little bug in the html version some time after a jump the game does think that that the character is not on the ground and so cannot jump any more and if it is not possible to fall of the platform then the game is over :/