SyntaxBomb - Indie Coders

General Category => Showcase => Topic started by: TomToad on October 14, 2018, 01:08:05

Title: MineBlast - The aMAZEing code a game comp
Post by: TomToad on October 14, 2018, 01:08:05
Here is my entry for the code a game comp for Sept 1 - Oct 14.  I didn't get everything in it I wanted, but got most of a working game together.

The idea is to steer your ship through randomly created "Pac Man" like mazes.  You need to blast away all the mines as well as the devices that spawn them.  WASD to steer, space to fire.

Web version: http://www.tomtoad.com/monkey2/mineblast/MineBlast.html (http://www.tomtoad.com/monkey2/mineblast/MineBlast.html)
Windows download version: http://www.tomtoad.com/monkey2/mineblast/MineBlast.rar (http://www.tomtoad.com/monkey2/mineblast/MineBlast.rar)
Title: Re: MineBlast - The aMAZEing code a game comp
Post by: therevills on October 20, 2018, 01:32:40
Very nice and clean little game, the motion of the ship and mines were for some reason really relaxing for me :)
Title: Re: MineBlast - The aMAZEing code a game comp
Post by: Steve Elliott on October 20, 2018, 12:16:38
Quote
Very nice and clean little game, the motion of the ship and mines were for some reason really relaxing for me :)

Agreed.  The motion of the mines and the music do make it relaxing, which lulls you into a false sense of security as the game play is tricky if you don't concentrate.
Title: Re: MineBlast - The aMAZEing code a game comp
Post by: Derron on October 22, 2018, 22:39:44
Dudes here are right: music is relaxing and you need to concentrate on what you do. But this is exactly what makes the game a bit hmm "odd" (surely the wrong word...). It is easy to kill ships on long "roads" but as soon as you have some left to kill - and they do not want to leave an area consisting of only "cross-roads" then you will surely loose lives (nobody wants to wait!). To shoot in a certain direction, you need to move into this direction. on such a cross-road (so 4 tiles only having a "dot-wall" in their center) lead to 100% crashing the ships.

Dunno how to improve that situation. Level generation is nice and looks a lot like mine/pac-man/similar mazes.

Ah .. just had an idea, maybe you could add "mines" which auto-explode after 2-3 seconds. That way you could kill stuff with the right timing - instead of requiring the enemy to move along a "long road".


bye
Ron