josefnpat 2013-08-26 12:37
A good start. The platforming was a bit glitchy, but with a few more levels, and a few tricks, this could would have been a great game!
Foon → Ludum Dare Explorer → LD27 → Programming Failure
By niavlys
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 3 | 53 | ||
| Graphics | 548 | 2.90 | ||
| Theme | 883 | 2.77 | ||
| Audio | 893 | 1.67 | ||
| Humor | 919 | 1.56 | ||
| Mood | 1029 | 1.89 | ||
| Fun | 1111 | 2.00 | ||
| Overall | 1131 | 2.23 | ||
| Innovation | 1178 | 1.75 |
A good start. The platforming was a bit glitchy, but with a few more levels, and a few tricks, this could would have been a great game!
Thanks for the comment. It was awfully glitchy, in my opinion, and I spent most of my time trying to fix this. In the end I realized I wasn't gonna make an actual game, working and interesting, in time, and I focused on the graphics.
nice graphics. I also experienced some glitches, getting stuck jumping and going through walls.
I couldn't get the game running on my Windows machine, if you want I'll look into this and build you a new Windows version.
I like it! I would love some more levels :)
A nice idea, but i would like more levels :)
Thanks for the comments. At first I started to make it able to scroll horizontally, so that I could use all the space I needed for the levels. I dropped this feature because it caused me too much trouble, and then I couldn't find enough space to make even one single good level. ^^
@Gaeel:
That's weird. A friend of mine can't run it as well (either from the .love or the .exe). There seems to be a problem with his Windows setup since he doesn't seem to be able to run any Löve game correctly (my brother's game crashes after the help screens on his computer). But I guess you are able to run other Löve games on your Windows machine, so the problem must be different. What happens exactly when you try to launch the game?
unfinished and buggy. :D but nice attempt.
Yup, it's less buggy than the previous versions, and you've done quite a great job on the graphics. Plus, this Great Thunder thingy makes me really curious :P
I think I've seen this countdown somewhere before though... :P
@Laelien: Thanks for the nice comment. As for the countdown, I just noticed playing your game that it's very similar, BUT I'm pretty sure I had the idea before (or at least I didn't consciously steal the idea from you). :)
Pretty good start and nice, clean graphics,
a bit glitchy in terms of collision, but would've been nice with more levels
I'm getting this error message:
terrain.lua:193: attempt to index field '?' (a nil value)
Nice attempt, would have been nice to see more levels in it though.
@jprogman: It's a weird bug that some people are experiencing, a fix is coming very very soon though.
Sadly not only is the game very glitchy but also only one level really doesn't make it.
@spliter: Me trying to fix the first problem resulted in the second :)
The game is working fine now, thanks!
I'll ignore the bugs because those could always be fixed if you decide to continue with this project pass the compo.
I could see some good ideas for getting or staying in the safe zone. One would be to shove any objects out of your way in the safe zone or trying to stay in inside a moving safe zone. Just suggestions, but you got something good there to start.
An attempt is better than nothing!! I can see this game going far in the future, I love the little player and the way he moves. I featured it in my compilation video of Ludum dare 27 games, if you'd like to check it out http://youtu.be/PSym67k7zBg
Haha! The collisions ARE glitchy ^^ it makes it way easier! Also, "terrain.lua:193: attempt to index field '?' (a nil value)".
If you're not proud of your work, I hope you learned some new things then!
@Pierrec: Yes, I once made it in only 3 seconds! As for the error message, when did this happen to you?
One comment I do want to mention is that there is a sound effect when time runs out, but not when you win. For events like this, if you're strapped for time, I would focus on embellishing the path that most players will likely take (in this case, victory).
As for the glitchiness, I think that some deserve to be fixed, but others might be better cultivated. Game Title: Lost Levels (http://www.glorioustrainwrecks.com/node/2268) for example, was inspired by a glitch. In this case, the nature of the glitch seems to be that blocks change properties based on the direction that you approach them from (the right side of blocks can be climbed, the left side can sometimes be passed through). When phrased like that, that sounds more like a mechanic that you'd build a game around than something you'd want to eliminate.
@alts: Actually there is a sound effect when you win, but it is quite subtle and quiet. The "climbing glitch" might be part of the gameplay, yes. ^^ Anyway, I need to fix unintentional glitches before I can say they are intentional :)
For what it is, its great! Nice Job!
very good Idea ... need some more work and this could be great
Good idea :)
Nice start, it's similar to my entry. Even the state it is in :) But I wouldn't see it as a failure, because ludum dare is about making games and you made a game. You can always add to it later and improve things. Maybe you find some time to work on it further. I would like to see what kind of additional features you had planned.
Ah, collision with a map... I spent myself half my coding time fixing it, and it still has some quirks and tricky corner cases yet unresolved.
That being said, I would love to see what your game could become, given some more time to add new levels and mechanics.
A couple of collision bugs but it's not so bad: at least you don't get stuck in the wall/floor. Platformers are tricky buggers to get working properly - this will be a good platform (tee hee) for your future attempts.
The .love file link is broken, but Mac/Linux users can run love ProgrammingFailure.exe and it should work fine ;)
@Delca: I'm glad to see that I'm not the only one who had trouble with this kind of stuff! It turned out to be much more difficult than I thought it would be.
A post-compo version is on the way, with collisions fixed with the valuable help of my brother! (Latcarf)
@wilbefast: Oops, it seems I moved the file out of my Dropbox folder, without realizing the consequences... Fixed now. I didn't know you could run love MyGame.exe, that's neat, thanks!
I like the graphics, but the collisions are indeed very slightly glitchy :-) Too bad it took you so long to try to fix the collisions.