Just a simple single-level jump-and-run game, my first LÖVE project!
https://github.com/rkibria/love_jumpnrun
Screencap: https://gfycat.com/FaithfulSameDuckbillcat
github: Jump-and-run demo game
Re: github: Jump-and-run demo game
Oh and here's the .love file for it.
- Attachments
-
- jumpnrun.love
- (65.42 KiB) Downloaded 170 times
Re: github: Jump-and-run demo game
Good work, but you should really revise the controls. The player should be less bouncy, and not being able to move in mid-air makes the game harder too. I am still not able to get to the platform above the cloud!
Re: github: Jump-and-run demo game
Thanks! I know, the controls are very squirrely, this was mostly a testcase and I didn't spend much time improving the actual "fun" aspect of the game
- Positive07
- Party member
- Posts: 1014
- Joined: Sun Aug 12, 2012 4:34 pm
- Location: Argentina
Re: github: Jump-and-run demo game
I think you may not be using dt in your jumps, so different FPS will lead to different jump heights, correct me if I'm wrong
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
Re: github: Jump-and-run demo game
dt factors in indirectly, the jump means that the sprite gets assigned an up-directed velocity at some point and then dt affects how far it travels in each frame.
Who is online
Users browsing this forum: No registered users and 2 guests