Changing enemy spawn
Protect Mother » Devlog
Fixed bug at gameover restart.
Heard that too many enemies spawn and are too fast, so I changed some behind the scenes things.
Enemies are now slightly slower and the boot has less impact.
Old enemy spawn was: Number of Enemies = (Level+1)^2 + (Ratmeat_value * Level)
Now enemy spawn is: Number of Enemies = math.floor((Level/3)^1.5) + (Ratmeat_value * Level) + 3)
Should look more like this now.
Get Protect Mother
Download NowName your own price
Protect Mother
The hordes are coming for Mother. Keep her safe.
Status | Prototype |
Author | dudebromansicle |
Genre | Strategy |
Tags | 1-bit, Playdate, Roguelike, Singleplayer, Tower Defense |
More posts
- Final DevlogApr 28, 2023
- Dice ItemsApr 08, 2023
- Heavy and Light DiceApr 08, 2023
- Mother and DialogueMar 24, 2023
- Level CounterMar 16, 2023
- Added ButcherMar 15, 2023
- MusicMar 14, 2023
- New items for shoppersMar 14, 2023
- Dpad control in store.Mar 14, 2023
Leave a comment
Log in with itch.io to leave a comment.