Strike Dungeon by Mental Atrophy
Descend the endless, randomly generated Strike Dungeon while knocking out as many pins as you can with your Trusty Bowling Ball along the way. Thanks for trying my game.
HOW TO PLAY:
_ Z key to begin the game.
- Arrow keys to move the hero in eight directions
- Z key to throw a bowling ball
- Esc to return to the Titlescreen and restart if the hero dies
- Bowling balls must be collected to be thrown again.
- Collect powerups to increase the hero's health and the number of bowlingballs he can carry
- Collect colored keys to progress
- Basic joypad support. Hat/d-pad to move, Button 1 to throw the bowling ball
- Modify the settings file in the main directory at your discretion.
ABOUT:
Originally I wanted to make a Zelda-like where the player collects random weapons as they progress deeper into the dungeon. Unfortunately getting the basics up and running took too long, so I just stuck with the bowling ball weapon and added a simple scoring mechanic. The dungeon generator is very simple but uses Doom-like keys to gate progression. Only one enemy type, unfortunately... As always, variety and a boss battle were desired but it became too important to finish within the time limit.
This game was written in Python using the Pygame/SDL media libraries. FL Studio was used to create the music, while Bfxr produced the sound effects. Graphics were drawn in Paint Shop Pro and GraphicsGale. Executable was "compiled" via cx_freeze, and only a Windows package has been created thus far.
HOW TO PLAY:
_ Z key to begin the game.
- Arrow keys to move the hero in eight directions
- Z key to throw a bowling ball
- Esc to return to the Titlescreen and restart if the hero dies
- Bowling balls must be collected to be thrown again.
- Collect powerups to increase the hero's health and the number of bowlingballs he can carry
- Collect colored keys to progress
- Basic joypad support. Hat/d-pad to move, Button 1 to throw the bowling ball
- Modify the settings file in the main directory at your discretion.
ABOUT:
Originally I wanted to make a Zelda-like where the player collects random weapons as they progress deeper into the dungeon. Unfortunately getting the basics up and running took too long, so I just stuck with the bowling ball weapon and added a simple scoring mechanic. The dungeon generator is very simple but uses Doom-like keys to gate progression. Only one enemy type, unfortunately... As always, variety and a boss battle were desired but it became too important to finish within the time limit.
This game was written in Python using the Pygame/SDL media libraries. FL Studio was used to create the music, while Bfxr produced the sound effects. Graphics were drawn in Paint Shop Pro and GraphicsGale. Executable was "compiled" via cx_freeze, and only a Windows package has been created thus far.
Ratings
| Coolness | 78% | 2 |
| Overall | 3.84 | 80 |
| Audio | 3.91 | 46 |
| Fun | 3.95 | 36 |
| Graphics | 4.14 | 71 |
| Humor | 3.03 | 391 |
| Innovation | 3.33 | 395 |
| Mood | 3.76 | 68 |
| Theme | 3.73 | 243 |
After that hard part, great game, hope to see more.
Probably gameplay wise my favorite straight out game I have played so far for LD32.
I actually got immersed with this.
The bowling pins have to go. Score is useless unless it gives you hearts as an incentive if you do continue on with this.
But aside from that small thing there is a lot of satisfying crushing and exploring in this!
you really capture the retro feel in this game
Only complaints:
- Add a game over screen when you die. Maybe just something with "You died" and a button for restarting or going back to the menu.
- The bowling ball could get stuck in the doorways sometimes. This happened when entering a new room and it really sucked since I was trying to use it to kill something and wasn't able to.
Note that the game crashes when the player is spawned on a wall. This happened twice to me. Here鈥檚 the call stack if it might be of any help: http://pastebin.com/WUswE6TX
I am aware of the bug, which is the result of spawning on top of a line of blocks which collide you outside of the tilemap and out of a legal camera boundary. So far, this is the only crash-to-desktop bug I've seen, but there are a few others I didn't get around to.
The most common and annoying bug is bowling balls getting stuck in doorways. The most innocuous bug is purely graphical, where the damage flicker animation for enemies glitches.
I will probably do a very meager post-compo version that just fixes the bugs and has more intelligent entity spawning/updating (right now, every enemy on the map gets updated, which results in a lot of unnecessary collision checks that slows down the game loop quite a bit). What I probably won't do is any sort of expanded version with more features/content, because I am just too busy for that and not passionate enough about this project to put other hobbies aside.
i'd love to see a post compo version with some more variety