FoonLudum Dare ExplorerLD27 → Programming Failure

Programming Failure

By niavlys

View on Wayback Machine

CategoryRankScoreCount
Coolness353
Graphics5482.90
Theme8832.77
Audio8931.67
Humor9191.56
Mood10291.89
Fun11112.00
Overall11312.23
Innovation11781.75

Comments

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!

niavlys 2013-08-26 23:40

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.

leafo 2013-08-27 06:00

nice graphics. I also experienced some glitches, getting stuck jumping and going through walls.

gaeel 2013-08-27 07:50

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.

doonay21 2013-08-27 10:27

I like it! I would love some more levels :)

udrian 2013-08-27 10:33

A nice idea, but i would like more levels :)

niavlys 2013-08-27 12:20

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. ^^

niavlys 2013-08-27 12:20

@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?

mikegbrown 2013-08-27 12:42

unfinished and buggy. :D but nice attempt.

laelien 2013-08-27 12:53

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

niavlys 2013-08-27 13:13

@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). :)

joxno 2013-08-27 22:43

Pretty good start and nice, clean graphics,
a bit glitchy in terms of collision, but would've been nice with more levels

jprogman 2013-08-27 23:52

I'm getting this error message:
terrain.lua:193: attempt to index field '?' (a nil value)

snoringfrog 2013-08-28 01:25

Nice attempt, would have been nice to see more levels in it though.

niavlys 2013-08-28 07:04

@jprogman: It's a weird bug that some people are experiencing, a fix is coming very very soon though.

spliter 2013-08-28 08:22

Sadly not only is the game very glitchy but also only one level really doesn't make it.

niavlys 2013-08-28 11:21

@spliter: Me trying to fix the first problem resulted in the second :)

jprogman 2013-08-28 19:26

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.

jupiter_hadley 2013-08-28 19:49

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

pierrec 2013-08-29 18:34

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!

niavlys 2013-08-29 20:26

@Pierrec: Yes, I once made it in only 3 seconds! As for the error message, when did this happen to you?

_alts 2013-08-30 08:30

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.

niavlys 2013-08-30 13:56

@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 :)

kunonooni 2013-08-30 14:41

For what it is, its great! Nice Job!

arrow-x 2013-08-30 15:24

very good Idea ... need some more work and this could be great

stenol 2013-08-30 15:25

Good idea :)

loxo 2013-08-31 11:02

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.

delca 2013-08-31 18:40

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.

wilbefast 2013-09-03 08:36

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.

wilbefast 2013-09-03 08:39

The .love file link is broken, but Mac/Linux users can run love ProgrammingFailure.exe and it should work fine ;)

niavlys 2013-09-03 14:12

@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!

latcarf 2013-09-04 23:29

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.