A game jam game created in 2 days for RGDC Halloween Game Jam 2022!

After searching the caves for potion ingredients, Dr. Minty found the last thing he needed for his new plague gun. Upon turning to the exit, he found the way out blocked by a tangle of vines. It's up to you to guide Dr. Minty out and make sure he reaches safety!

Controls

A/DMove
SpaceJump
Mouse & Left ClickAim & Shoot
RQuick Restart
EscapeMain Menu

Credits

Programming/Level Design by https://armedturret.itch.io/

Art/Music by https://pretzol.itch.io

SFX Used:

https://freesound.org/people/xFromarge1/sounds/520044/

https://freesound.org/people/florianreichelt/sounds/459964/

https://freesound.org/people/Borgory/sounds/548367/

https://freesound.org/people/nebulasnails/sounds/495117/


StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorsarmedturret, Pretzol
GenrePlatformer
Tags2D, Pixel Art, Short

Comments

Log in with itch.io to leave a comment.

(+1)

HEY!

HEY!!

(+2)

Awesome work! This is a fantastic jam game. Played it to completion despite 47 resets, which is a good sign.

Your level design was really clever, and it seemed like you stretched the limited mechanics you had to their absolute limits. I think there's maybe a bit of unexplored design room in slowing the game down and asking the player to make a careful decision about where they shoot for that puzzle element, but the more action-oriented elements were great too.

This isn't something I'd expect you to implement in a jam game, but if you decide to take this project any further the platforming could benefit from a lot of small details. Platformers are one of those genres where you really get killed if you don't design in detail. Adding things like input buffers for jumping right before a player lands, or right after they move off a platform, could add a lot. Additionally, I'd move away from using Unity Physics to move your player too much, and instead try to focus on coding as much of the movement yourself as you can, that will give you more control to fine-tune things.

Overall, great game, nice work you two!

(+2)

Really great work so far! Here are my biggest concerns:

An "instant restart" button would be really suited to the trial-and-error gameplay you're going for here. For example, pressing "R" to reload the level whenever I screw up and lose the ability to progress would be really great.

I also felt that movement was a little floaty and my character felt too fast and uncontrollable. Tweaking some numbers there might help with the overall feel of the game.

That aside, this is really good stuff! I love the way you're iterating on the core mechanic of decaying tiles.

Thanks for the feedback! Adding the quick restart button and more control on the jump to hopefully make it feel less floaty. Also reducing the player speed a little bit.