it seems I'm having a similar issue to what I experienced playing River- for some reason (Mac? new Love?) jumps on my machine are waaaay smaller than they should be. I can't jump over the first step, unfortunately
Play game
Speed It Up!'s itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Graphics | #12 | 3.231 | 3.231 |
| Overall | #19 | 2.731 | 2.731 |
| Sound | #20 | 2.692 | 2.692 |
| Gameplay | #24 | 2.538 | 2.538 |
| Mood | #27 | 2.462 | 2.462 |
Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
I looked into the code and I can't find anything thing that can cause jump to go smaller. I tried older version of Love2d (ver10.2) and it works fine. Linux also has no issue on jumping. Seems like an issue on Mac only, and unfortunately I do not have a Mac to test it :(
But feel free to look into the source code and see if you can find the issue. The section that controls the jump is in between line 361 and line 380 in PlayState.lua. It is a tiny section of code.
Edit: Released a possible fix! :)
Yeah nice! The gravity is not based on delta time, don’t know how I missed that.
Since vsync is on, for people who have a 60hz monitor, game will run at 60fps and gravity will be applied around 60 times per second. But I guess either you have a higher refresh rate monitor or somehow your game run higher than 60fps, which caused the gravity being applied to the character way more that it should be.
I finally completed this game. Great idea of speed-ups of time! Nice game!
But I feel character collision is too large contrary to apparent, and some traps are unreasonable.
One of those games that makes me wanna throw my keyboard out of my window :) and combined with this happy tune.
But seriously, it's interesting game and not frustrating. Very hard and unforgiving though.
The mechanic of sprinting speeding the obstacles up sounded really cool at first, as it adds choice to something that in a lot of games (e.g. Mario) you would rather constantly be using. However, it doesn't feel very well executed, mostly because I was never sure whether I should speed up or not - you might know as developer, but as a player there was no way to figure it out. Combined with the fact that every challenge seemed to need frame and/or pixel perfect actions and it ended up being more of a game of luck (holding left/right and seeing if I made it through). I think this would work better with more open challenges with combinations of different obstacles - maybe some could slow down when you speed up instead.
Absolutely, those are some really great points! Currently, most stages only has one solution, it ended up being a "rinse and repeat until you find the right solution" type of game. Once you know the trick it becomes really easy, I think this also essentially eliminate the "skill" element in my game that many great platformer has.
The fact that I know all the solutions to clear the stages has made me underestimated how hard the game is. That is definitely something I need to keep in mind next time while developing.
I think I can improve this by making levels with multiple solutions and perhaps adding some shortcuts that only can be done via manipulation of Speeding Up (for people who wanted the challenge and hopefully player will feel satisfied as well when they find a shortcut by themself). I also need to find ways to make it more obvious when to speed up/slow down, but that is something really hard to balance IMO. If it is too obvious, it will reduce the difficulty, and if it is not obvious, it can becomes very frustrating. Lot of things to consider, making a platformer is so much harder than I anticipated.
Thank you for your thought-provoking feedback!
Decent game; I like the art style, the blocky, monochrome aesthetic is really nice.
The difficulty ramp needs to be revamped though, making it a bit easier in the beginning.
You should also consider making the hitboxes for the hazards smaller; at the moment, the collision feels a bit unfair, as you're able to die without the player sprite even overlapping the graphics of a given hazard.
I love how speeding up the game increases your momentum, allowing you to traverse larger gaps; it's quite creative, and leads to a lot of interesting level design opportunities.
Yes, the difficulty need to be changed, 100% agree on that.

The hit box is slightly bigger than the sprite art (due to the empty space on the sprite), I will have to go back and make a custom smaller hitbox for the hazard. I am also thinking of changing the hitbox of the player to be slightly smaller so that the game is more forgiving.
Thank you for the feedback!
Waaayyy too hard right out the gate. I'm not given time to learn the mechanic before being presented with a literal wall I have to get past. The second puzzle on the other hand gives you a more controlled environment to see how the speed effects your own movement in a tangible and clear way.
I think the spikes that sink and rise would be more fair if we could see them embedded in the ground, or get some kind of telegraphing that they're about to come back up since the moment they're visible they're lethal.
Graphics look good! You get a lot of mileage out of that monochrome style. Overall I found the game kind of frustrating but I'm not really that into precision platformers.
Thanks for the great feedback! I appreciate it a lot! :)
And I agree with you that the first stage is way too hard, that stage was initially used by me to test the collision, movement, tile etc. I was gonna move that stage to further back but I didn't do it due to the time constraint.
Interestingly, the first version of the spike was actually embedded in the ground, but it looks kinda ugly since all I did was to render the spike on top of the tile. I might actually go back and revert the change due to your feedback.
Thanks once again!
Great idea! So maybe like a traffic light will work too? red while the spike is exposed, green when it is hidden in the ground and yellow when it is about to deployed.
Edit: Oh well, just realized that kinda break the monochrome style. Timer will work too, but I felt like the area with a lot of spikes/hazard will have a ton of timer, making the screen looks kinda hectic? Will have to try it out and see if it looks good.






Leave a comment
Log in with itch.io to leave a comment.