Damn My Stubby Little Legs by oatsbarley
So this was a bit of a pain to put together. At least more than I thought it would be.
You play Stubbs, who has to escape from a tower slowly filling with water. There... really isn't any backstory to this. JUST MAKE BELIEVE. Ride the water upwards and try to avoid the platforms. If you hit one, catch up with the water or make it to an exit before Stubbs' tiny little lungs run out of air!
Arrow keys to move above, on and below water.
It was put together in AS3 using Flashpunk (if I'd had more time and not been about to fall asleep on my keyboard, I'd have included the flashpunk splash page). I used GraphicsGale for pixel art, Ableton Live 8 for music, OgmoEditor for maps.
I don't really know how fun it is to play. I'm really just glad that I managed to get it finished!
NOTE: There is a bug where once you reach the top of the level, you can't swim below the top half of the screen. Because of that you won't be able to get to a couple of the exits (the map sections switch around when the map is loaded, so you might not come across this problem). There's a bugfix version that I've linked to where this is fixed, but the competition version comes with the bug.
You play Stubbs, who has to escape from a tower slowly filling with water. There... really isn't any backstory to this. JUST MAKE BELIEVE. Ride the water upwards and try to avoid the platforms. If you hit one, catch up with the water or make it to an exit before Stubbs' tiny little lungs run out of air!
Arrow keys to move above, on and below water.
It was put together in AS3 using Flashpunk (if I'd had more time and not been about to fall asleep on my keyboard, I'd have included the flashpunk splash page). I used GraphicsGale for pixel art, Ableton Live 8 for music, OgmoEditor for maps.
I don't really know how fun it is to play. I'm really just glad that I managed to get it finished!
NOTE: There is a bug where once you reach the top of the level, you can't swim below the top half of the screen. Because of that you won't be able to get to a couple of the exits (the map sections switch around when the map is loaded, so you might not come across this problem). There's a bugfix version that I've linked to where this is fixed, but the competition version comes with the bug.
Ratings
| Coolness | 6% | 87 |
| Overall | 3.26 | 123 |
| Audio | 2.61 | 164 |
| Community | 3.20 | 89 |
| Fun | 2.84 | 194 |
| Graphics | 2.63 | 274 |
| Humor | 1.18 | 434 |
| Innovation | 3.16 | 156 |
| Theme | 3.47 | 107 |
Also I really probably should have added some sort of instruction or something as to what you're supposed to do, although it's kind of obvious after your first playthrough.
Oh and this can get ridiculously hard (perhaps sometimes impossible?) so if I was to put some real time into this I'd take a look at tweaking various things to make it a bit less punishing. Although I find that part of the fun is pushing to the last second of the breath meter and finally popping out of the water or reaching the exit.
I'm going to write a journal entry on how things went for me, so check it out there.
I spent countless attempts trying to dodge the notoriously evil blocks. Once you're just a dozen pixels under the water it's almost impossible to catch up.
As you noted yourself, though, it's very polished, the minimalist soundscape and slick graphics creating the essential focus of the game.
Neat :)
You might want to upload somewhere a version without the exit bug, I hit it on my first serious playthrough and it lead me to suspect the game was just unwinnable (hey, Ludum Dare, you never know).
You actually seriously might want to consider this an iOS/Android port, it seems amenable to touch/tilt controls and this is the kind of game (randomly generated arcade game with simple controls) that gets rewarded there. I feel like in that case it would help if some kind of metagame to encourage you to keep playing multiple times-- like, maybe you have a global score on total distance traveled, or % of games which you won, or maybe each time you got to the exit it would send you to a new "tower" and your "score" was how many towers you made it through before you lost. An approach like that might that might turn what seems like the one downside of the game currently (ie that the distance before you hit the exit is random) into something like a bonus.
Too bad that you didn't show the score at game over screen. I believe it's mandatory for this kind of game.
I found a bug where the tiles completely blocks the way from left to right of the screen.
Adding some sort of scoring system is a good idea. If I do work on this again I'll definitely add something like that, and after your comments I'm certainly more motivated to work on it again.
@heck - that's probably the same bug as the one that blocks the exit. I was playing yesterday and found out that on the same section as the exit-block bug I couldn't move back down to the lower section. I think it's something to do with the collision grid not scrolling the same way as the tilemap.
@N0_Named_Guy - I actually might port this to one or both of those! It's not super-complex so it'd pretty much be a lot of direct translation between languages. I have some experience with Java and openGL, not much with Objective-C, so I might give an Android port a go!
@mcc - I'm glad that you like the music. At times I really like how it fits with the game, at others it just seems to annoy me with how long it takes to get anywhere. It's probably just because I've listened to it almost constantly for the whole dare!
I'll look into that exit bug today, seeing as I'm not the only one getting it and I'm going to need to fix it if I want to be serious about this, anyway. I'll fix a couple other issues I've been having and post a link to a non-competition one.
The metagame idea is very interesting. Maybe some sort of difficulty rating could help too, which influences the range of distances that you have to travel to get to the exit. Like I said before, a scoring system is definitely on the cards and I really like that whole tower idea.
You've all given me a lot of stuff to think about! Thanks again.
Gorgeous. Simple. Fun. I want to see more of this.
You might be interested to know that I'm building on my competition entry and polishing it up. I'm looking into porting it over to Android and possibly iOS as well once I'm happy with the web version.
Thanks again, you guys! It's super-motivating to hear that so many people really like my little game.
I agree that there are some aspects that really need smoothing out. There are parts that I've found that are kind of impossible and other parts where you can literally stay in one position and just float on through. I was really running out of time when I got to designing the level pieces and that's kind of reflected in how poorly thought out some of them are.
I'll look into the bug where you stick to walls. I had noticed it a while back but I cleaned up a lot of the collisions code and thought I'd fixed it. Guess I didn't test that out enough!
The swimming idea is really interesting. It would definitely make it a lot more panicked and more involved than just holding down the same button. Thanks for the tip!