BLM by smealum
BLM is an arena shoot em up. The player's goal is to minimize his size : shooting makes you smaller, getting shot makes you bigger.
It features a total of 45 stages which ramp up from very easy to hellishly difficult.
Controls are explained in-game. However, I can NOT stress enough that it is essential you master cannon locking in the game's practice stage before starting to play, it's a really important mechanic of the game. :P
Don't hesitate to share your high scores ! I have to admit I can't get much further than the 20th stage without using a few retries. :P
This should run on Windows without any problem. If you *do* encounter problems however, please contact me either in the comments or at smealum@gmail.com
Unfortunately, there is no native linux version because while compilation isn't an issue, it introduced a lot of gameplay bugs that aren't present on the windows version. This isn't too surprising considering how horrid the code is, but it's very disappointing. I guess next time linux should be my primary target !
Nevertheless, I'm told the windows version runs well enough in Wine. I'm a little concerned about performance to be honest, but it's better than nothing, so don't hesitate to give it a try !
here's a timelapse of the development process : http://www.youtube.com/watch?v=SLV_NOViO50
It features a total of 45 stages which ramp up from very easy to hellishly difficult.
Controls are explained in-game. However, I can NOT stress enough that it is essential you master cannon locking in the game's practice stage before starting to play, it's a really important mechanic of the game. :P
Don't hesitate to share your high scores ! I have to admit I can't get much further than the 20th stage without using a few retries. :P
This should run on Windows without any problem. If you *do* encounter problems however, please contact me either in the comments or at smealum@gmail.com
Unfortunately, there is no native linux version because while compilation isn't an issue, it introduced a lot of gameplay bugs that aren't present on the windows version. This isn't too surprising considering how horrid the code is, but it's very disappointing. I guess next time linux should be my primary target !
Nevertheless, I'm told the windows version runs well enough in Wine. I'm a little concerned about performance to be honest, but it's better than nothing, so don't hesitate to give it a try !
here's a timelapse of the development process : http://www.youtube.com/watch?v=SLV_NOViO50
| Windows | http://smealum.net/BLM_windows.zip |
| Source | http://smealum.net/BLM_src.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=22789 |
Ratings
| Coolness | 74% | 3 |
| Overall | 3.84 | 74 |
| Audio | 2.95 | 412 |
| Fun | 3.82 | 45 |
| Graphics | 3.52 | 260 |
| Humor | 2.76 | 247 |
| Innovation | 3.24 | 459 |
| Mood | 3.28 | 247 |
| Theme | 3.73 | 371 |
Awesome.
This looks great and the gamemechanic where you get bigger when being is shot is brilliant!
Another autotracker, but here its speed is adjusted for the type of game.
I am used to using WASD but then combined with mouse in lefthand. This was a bit hard to steer.
I like it!
I think the rules are solid. I don't think the text is really needed on there. You could've just let the player find it out!
The practice stage idea is neat, anyway. Good!
I would say that aliasing WASD to Arrow Keys would be a nice addition. Took my a while to get used with WASD+space and arrow keys would certainly help on there. It felt rather uncomfortable by the end of my play session.
The graphics are really cool and the music fits your aesthetic quite nicely.
I didn't manage to pass level 27. I tried several ways and approaches. I die after the first or second kill.
+1 for C source code. I skimmed through and the code structure surprisingly looks quite nice. Also GL immediate mode is not for the faint-hearted! :D
I find it dificult to point.
I got to level 40 without really using bombs, then they became very, very necessary.
Otherwise, great arena shoot em up that runs really fluid.
it seems the main gripe with the game was the controls and i can get behind that to an extent. while i do like the cannon locking (which i more or less borrowed from bangai-o spirits), it's true that key placement wasn't optimal, and just making it possible to change keys for actions would have help many of you.
as for Benjamin's comment about how getting better alters the difficulty, the thing is that difficulty in my game kind of grows exponentially with how little health you have, instead of the linearly as is usually the case. I actually like that (the idea that the more fucked you are, well, the more fucked you're going to get), but I guess it would have been a good idea to have a way to regain health in between rounds.
anyway, thanks again for all the comments, see you next time maybe ! :D