Page 7 of 8

Re: A Platformer With Love!

Posted: Fri Sep 18, 2009 4:18 pm
by Robin
nevon wrote:The last version is unavailable now. :(
Yes, unfortunately the nanosleep site is gone. I uploaded it to Dropbox instead: http://dl.getdropbox.com/u/2000007/jump7.love

Re: A Platformer With Love!

Posted: Sat Sep 19, 2009 8:04 am
by Robin
Beta time!

The Jump Game v8 Beta is, in terms of gameplay, still the same.

As of the current beta, the following changes have been made:
  • Ported the code completely to LÖVE 0.6.0
  • Considerable advances in GUI--now I just need to write all those widgets. If you select Level Editor... from the main menu, you can test the textfield.
  • And the ball now looks a bit more bouncy, because it is stretched when the vertical speed changes
Known issues:
  1. For some reason, looping sound is bugged. I do not know whether that issue lies in my code or LÖVE's. You can reproduce it by going to a level with a powerup (such as level3), getting the powerup, and holding space for a few seconds.
Edit: fixed dofile()->love.filesystem.load()()

Re: A Platformer With Love!

Posted: Sat Sep 19, 2009 8:17 am
by bartbes
What is the exact bug?

Re: A Platformer With Love!

Posted: Sat Sep 19, 2009 8:24 am
by Robin
bartbes wrote:What is the exact bug?
The looping sound makes a weird tick--or rather, two ticks follow each other too quickly (directly, I would say). I do not recall having this problem in LÖVE 0.5.0.

It's not that important, but it's annoying.

Re: A Platformer With Love!

Posted: Sat Sep 19, 2009 2:50 pm
by TechnoCat
I have no sound in the game.
love-20090919-68433a857577-win-x86.zip
Win XP SP3

Re: A Platformer With Love!

Posted: Sat Sep 19, 2009 2:58 pm
by Robin
TechnoCat wrote:I have no sound in the game.
love-20090919-68433a857577-win-x86.zip
Win XP SP3
The game only has sound if you get the powerup and hold space. Do you get no sound if you do that as well?

Re: A Platformer With Love!

Posted: Sat Sep 25, 2010 12:24 pm
by anhtuan445
Any chance of getting the v8 beta(or whatever is the latest version) ? The forum link doesn't work again and dropbox file is the older one I think.

Re: A Platformer With Love!

Posted: Sat Sep 25, 2010 12:26 pm
by Robin
Oh, sorry, it is on my old computer, so it will take a bit of a pain to access it. Perhaps someone else still has a copy?

Re: A Platformer With Love!

Posted: Sat Oct 23, 2010 1:15 pm
by Robin
Since people keep requesting this, I found an old version of Jump Game and ported it to 0.7.0.

It's up on http://dl.dropbox.com/u/2000007/jump_game_070.love

I don't recommend reading the source too much. It is horrible. Lots of use of deprecated Lua functions, duplicated logic and so on. I also had to use little hacks all over the place to make it work on 0.7.0 without any major rewriting.

(How fitting, this topic was my first real game in LÖVE and this was my 2000th post! :P)

Re: A Platformer With Love!

Posted: Sat Oct 23, 2010 3:15 pm
by anhtuan445
Thank you :)