Jump to content




[BETA] Jumping Game


  • You cannot reply to this topic
12 replies to this topic

#1 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 03 August 2015 - 03:29 AM

Pastebin Download: tDe6g6gw

Controls:

Space to Jump (Press Space in midair to double-jump!)
Hit any key to continue when "GAME OVER"

Description: Don't hit the incoming walls / objects. Inspired by Google Chrome's "Offline Game", where it's a dinosaur jumping cacti. Obviously, these aren't cacti.

I intend to improve the game, make it more complex. If you have any suggestions, please leave a comment below!

Edit: Since nobody has commented ideas, I suppose I need to be more direct. Post ideas for the game below because I don't have any yet.

Version 1.1

Edited by KingofGamesYami, 16 August 2015 - 03:35 AM.


#2 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 05 August 2015 - 10:22 AM

maybe a chance of having a top bar spawn?
like in flappy bird?

#3 LeDark Lua

  • Members
  • 369 posts
  • LocationLeLua

Posted 05 August 2015 - 12:44 PM

Very good game, i like it. :D

Suggestions:
  • Main menu - It could be with GUI or selection box
  • Death menu - When you die, you can restart the game or quit it.
  • Charachters? Well like you can buy charachters with your points :) Then this would be addicting.
  • After certain points, the colors change and the game gets harder.
  • Skill points, like jump up better, slow time etc :)


#4 nitrogenfingers

    Lua Professor

  • Members
  • 551 posts
  • LocationAustralia

Posted 11 August 2015 - 05:30 AM

I think this is a cool game that has potential, but it still needs some work. A few comments:

Doing a single jump over a 3-high wall gives me a game over every time, even if the jump over it appears successful.
Gravity feels very strange. It doesn't feel like it maps to a parabola, particularly when falling.
I'm not a big fan of the colours. Generally I think the game could do with a bit of polish to make it more presentable.

Gameplay wise, once the jump mechanics are down the game doesn't feel like it evolves much. Typically in these infinite games there are a few paths taken to challenge the player:
- Start at an extremely high difficulty level (Flappy Bird)
- Slowly increment game speed (Monster Dash)
- Introduce obstacles that makes the game more difficult as it goes on (Vector)
- A combination of the last two (Temple Run)

Good luck with it :)

Edited by nitrogenfingers, 11 August 2015 - 05:31 AM.


#5 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 11 August 2015 - 04:35 PM

I've tried to fix the jump over a 3-high wall thing, it just doesn't want to work... I'm not sure what's causing it. If I change a value, that problem is fixed but... 1 high walls are completely ignored.

Gravity isn't really gravity, the jump mechanic is pretty strange. Basically I increment the player's y value by the jump value, which starts at 2.5 and is multiplied by 0.75 each frame. I also decrement the player's y value by 1, so if the jump value is higher than 1, the player moves up. If it's lower than 1, the player moves down. The lack of a parabola feeling may come from the lack of any way to display anything but whole numbers - 2.5 and 2.9 and 2.1 will all be rendered as '2'.

The colors are probably terrible, to be honest. I just picked randomly :P

I'd like to introduce obstacles that are more difficult, but I'm not sure how to handle them. For now, I have been working on a bit that decreases the distance between the obstacles if the obstacles are short - making the single-jump worth using. I'll also consider speeding it up in the future - though I'll have to work on the rate at which in increases.


#6 nitrogenfingers

    Lua Professor

  • Members
  • 551 posts
  • LocationAustralia

Posted 12 August 2015 - 03:38 AM

I have some suggestions (if the advice is unwanted please ignore)

Spoiler

Hope this helps!

#7 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 12 August 2015 - 03:16 PM

Thanks! I'll probably keep the jumping the way it is for now, may change it in the future though.

I appreciate the help with the incorrect collision a lot, never thought it'd be that :)

#8 TheNeoGamer

  • Members
  • 7 posts

Posted 14 August 2015 - 08:03 PM

Could you get a paste bin code because its really hard to copy code from the paste bin link

#9 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 14 August 2015 - 11:27 PM

The text that is hyperlinked to the page is the pastebin code.

#10 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 16 August 2015 - 03:19 AM

New Update: 1.1! See OP for details.

#11 LeDark Lua

  • Members
  • 369 posts
  • LocationLeLua

Posted 16 August 2015 - 08:42 AM

I dont like when there are walls too close to another and I fail there.

#12 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 17 August 2015 - 01:26 AM

Can you screenshot an example? AFAIK, all obstacles are jump-able. Only obstacles you can clear without double-jumping are allowed to spawn close together, to add variety and difficulty to the game.

#13 ExplosiveFerrets

  • Members
  • 51 posts
  • LocationSweden

Posted 04 November 2015 - 01:53 PM

Yeah, actually fun game!
I don't know if anybody already have suggested this, but add a leaderboard or something. It could be an online leaderboard!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users