rinat-kh 2015-04-21 17:04
Windows and Source link redirects to the same github page. So, where is the executable?
Foon → Ludum Dare Explorer → LD32 → Big Man Moai
By track02
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Theme | 318 | 3.65 | ||
| Innovation | 481 | 3.14 | ||
| Humor | 515 | 2.86 | ||
| Audio | 625 | 2.18 | ||
| Overall | 766 | 2.91 | ||
| Fun | 819 | 2.61 | ||
| Mood | 845 | 2.55 | ||
| Graphics | 869 | 2.41 | ||
| Coolness | 1667 | 40 |
Windows and Source link redirects to the same github page. So, where is the executable?
Both are hosted there, I've just uploaded it to dropbox too though:
https://www.dropbox.com/s/wkau91pxt724xyi/LD32-Distrib.zip?dl=0
Neat idea. But as you already know the lack of progression is really hurting the game. I think it would become really interesting to see how it would play with escalating difficulty. As it is now, there is very little challenge even if I pretend that I die by hitting something :]
And to everyone who tries to play the game:
Download the "LD32-Distrib.zip" to play. It was a bit unclear to me and I downloaded the whole project.
Got stuck into the edge of the screen. Which made Earth shake so hard that all of it's inhabitants must have perished :P.
Definitely the most unconvenient weapon so far, but the gameplay could be more varied.
@nassi
Thanks, I'll have a look into that
Can you remember which edge it was? (top/bottom/left/right)
Decent game, shame about no progression
Good idea, fits with the theme. The controls were unclear until I read your description. I got stuck in the wall a couple of times. Great work!
Very promising idea. I would love some sort of score or more levels.
@track02: It was the right edge of the screen.
I think it's because you handle the collisions one frame late as the first thing in the update-function. Thus your dt might vary between the frame where you leave the playfield and the frame where you try to correct that. If the dt is smaller on the next frame the planet might not move back enough and get stuck. There might be more to it though.
In a game like this I suggest handling the collisions after moving everything, so in your case last thing in the update function.
Line 736 of main.lua should probably also have enemy.x < 0 instead of planet.x < 0.
@nassi
Thank you, I'd like to say I've sorted it now but it seems to happen so randomly I can't say for sure.
A fellow LÖVE user! This game was pretty cool, very Asteroids inspired.
+1 for Moai in a space
I agree with the above. I got stuck on the side for a bit. Score would be awesome! Pretty neat idea so great start!
Very cool and innovative concept, but steaks felt low since there wasn't really any way to fail. Still, very good job!
An enjoyable game. The idea is there, with some polishing, I think this could become a great, innovative game.