Page 1 of 1

Jetman

Posted: Thu Dec 26, 2013 1:55 pm
by arikel2
Hello, here's a little game i've been working on to learn some Lua and Love2D (0.9.0) basics. It's a jetman, so the controls are dead simple : right mouse button or space to activate the jetpack, escape to pause / get the menu.

http://www.mediafire.com/download/1q53n ... etman.love

Image

Re: Jetman

Posted: Thu Dec 26, 2013 6:01 pm
by BozoDel
Good. Tho I think the replay/restart level thing should be more obvious.

Re: Jetman

Posted: Thu Dec 26, 2013 8:14 pm
by kikito
In my computer it's impossible to play. Jetman spanws and immediately (in less than 1 sec) he crashes downwards with the first wall. I keep pushing space the whole time. I hear the jets activating, but still I go down much faster than up. It looks like some kind of problem with gravity/dt.

Re: Jetman

Posted: Thu Dec 26, 2013 10:55 pm
by davisdude
kikito wrote:In my computer it's impossible to play. Jetman spanws and immediately (in less than 1 sec) he crashes downwards with the first wall. I keep pushing space the whole time. I hear the jets activating, but still I go down much faster than up. It looks like some kind of problem with gravity/dt.
That's happening for me, too.

Re: Jetman

Posted: Thu Dec 26, 2013 11:39 pm
by arikel2
BozoDel wrote:Good. Tho I think the replay/restart level thing should be more obvious.
Thanks, and indeed, it looks like i need to make that more obvious.
davisdude wrote:
kikito wrote:In my computer it's impossible to play. Jetman spanws and immediately (in less than 1 sec) he crashes downwards with the first wall. I keep pushing space the whole time. I hear the jets activating, but still I go down much faster than up. It looks like some kind of problem with gravity/dt.
That's happening for me, too.
The game enters a "replay" mode after death, you have to press escape then click on "restart level" to restart. I should probably have the menu pop up instead of silently entering the replay mode. Thanks for the feedback.

Re: Jetman

Posted: Thu Dec 26, 2013 11:47 pm
by kikito
uuuuf. ok.

I would remove the replay and just restart the level after death.

Re: Jetman

Posted: Fri Dec 27, 2013 1:28 am
by BozoDel
Hey, I gave it a spin again, and I want to highlight a couple points:
- Even though levels are procedural and increase in difficulty, they seem to be quite playable (I went as far as level 8). I guess it would be easy to make some areas impossible by accident, but you seem to be able to avoid that.
- The player's collision box is rather small, which I find appropriate for this kind of game.

Just thought we should mention the good parts ^^

Re: Jetman

Posted: Mon Dec 30, 2013 8:34 pm
by szmol96
Heh, this reminds me of Jetpack Joyride! :D