
Momma's Little Monster
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Your momma's been kidnapped, and it's up to you to defEAT those that took her away. The gameplay is a simple platform puzzler, where you need to eat all the enemies in the level to progress. You can only eat monster's smaller or the same size as you, otherwise you'll be hurt or die.
This entry is written in C# and Monogame.
Controls
--------
Well, this followed both themes, so controls are easy:
Left - Move left
Right - Move right
Left/Right - Progress on any other screen.
Additionally, if for any reason you get stuck, you can press enter to restart the level.
As always, constructive feedback is encouraged. I've turned on anonymous feedback, but consider leaving your name visible. I will never take points off your entry for anything you say on mine.
Update: Found a few places in the game where it was possible to get permanently stuck and made the game unsolvable. These have been corrected. Let me know if you find any cases.
Update 2: Fixed level 9 based on cppchris's and Paraxite's comments. Thanks for the screenshot.
Update 3: Another round of game breaking bug fixes. I had to change the layout of level 15, and added a size cap to every level so that you only grow as big as you need to be to complete the level. Thanks for everyone noting areas where you can get stuck. This game should now no longer have any sticking points anywhere, but just in case, I added a fail-safe. If you get stuck, press "Enter" to restart the level.
This entry is written in C# and Monogame.
Controls
--------
Well, this followed both themes, so controls are easy:
Left - Move left
Right - Move right
Left/Right - Progress on any other screen.
Additionally, if for any reason you get stuck, you can press enter to restart the level.
As always, constructive feedback is encouraged. I've turned on anonymous feedback, but consider leaving your name visible. I will never take points off your entry for anything you say on mine.
Update: Found a few places in the game where it was possible to get permanently stuck and made the game unsolvable. These have been corrected. Let me know if you find any cases.
Update 2: Fixed level 9 based on cppchris's and Paraxite's comments. Thanks for the screenshot.
Update 3: Another round of game breaking bug fixes. I had to change the layout of level 15, and added a size cap to every level so that you only grow as big as you need to be to complete the level. Thanks for everyone noting areas where you can get stuck. This game should now no longer have any sticking points anywhere, but just in case, I added a fail-safe. If you get stuck, press "Enter" to restart the level.