Ludum Dare #51compo
$EasyMoney
Hey everyone! This is my third LD submission (second compo). It's a simple platformer, but each of the 5 levels has a different twist.
I used Godot for the engine, Aseprite for the Artwork, and JSFXR for the sound effects. This time around, I added gamepad inputs. Would love to hear from anyone how that goes.
Any speedrunners out there? Post your time/score and we can see who gets the record.
And there's an easter egg hidden in the game. Major bragging rights for anyone clever/curious enough to find it.
Thanks so much for playing, and I look forward to checking out all the awesome games everyone made!
- 10/3: audio is now global instead of spatial
- 10/4: moved level 2 to the end and reduced difficulty, added hint text
I used Godot for the engine, Aseprite for the Artwork, and JSFXR for the sound effects. This time around, I added gamepad inputs. Would love to hear from anyone how that goes.
Any speedrunners out there? Post your time/score and we can see who gets the record.
And there's an easter egg hidden in the game. Major bragging rights for anyone clever/curious enough to find it.
Thanks so much for playing, and I look forward to checking out all the awesome games everyone made!
Fixes
- 10/2: improved coin collision shape and increased level 4 max height- 10/3: audio is now global instead of spatial
- 10/4: moved level 2 to the end and reduced difficulty, added hint text
Comments19

bobo_oh4 Oct 2022, 07:51
Hey ! There are great ideas in this game! I think maybe 10 seconds is too long for a thing to happens in a platformer (waiting for 10 seconds to jump is very long), but i understand it was because of the theme.
But still, congrats!
But still, congrats!

LDJam user 2778764 Oct 2022, 16:05
Kudos for making a game that took all of the obvious and simple interpretations of the theme and synthesizing an unique experience! Sadly, in staying true to the theme some mechanics (specifically the jumping on timer and gravity change) mechanics became more of a nuisance than a challenge. All said in done, solid submission and keep up the great work!

kory4 Oct 2022, 19:03
I really enjoyed the graphics, especially the coin sprite animation, but I found level 2 too frustrating to continue playing unfortunately :(

PhoenixofForce4 Oct 2022, 19:18
Great game, but lots of waiting is involved. Still a great game!

tharky4 Oct 2022, 19:19
I'm joining the train of quitting after level 2 :( It was just too harsh to wait. Maybe if it was 1 jump only, it could've been a fun joke. Other than that, a cool game, I enjoyed it.
1Kirik34 Oct 2022, 19:22
After a few game i can relly say tha your game implemented the idea of 10 seconds. I enjoy this game and platforming
dusho4 Oct 2022, 19:23
well polished.. fun game.. level 2 felt like brake a bit.. then some levels started to get more frustrating.. but I guess that is why these game are also fun :)

sslees4 Oct 2022, 19:28
@glove and @bobo-oh, thanks for playing! I totally agree, I think the game would be more fun if you could control the timing of things. I was inspired by Brash Bandicoot 4, especially for the double jump and gravity flip. It would be fun to make another version of this where the player could activate events/powers too!
otaviobia4 Oct 2022, 19:32
Fun game!
Level 5 was cool, I like how you change the level design to match how fast the player will be.
I agree that some of the levels were too slow because of the 10 second rule.
Level 5 was cool, I like how you change the level design to match how fast the player will be.
I agree that some of the levels were too slow because of the 10 second rule.

PatteDeCanaard4 Oct 2022, 19:37
It's a good idea, i like that each level has his own mechanic but i think that 10s is a too long to wait. The level design is very consistent and it feels pretty good to play. Maybe it could be interesting to have a timer that reset each 10 seconds instead of a global timer.
I like the pixel art.
Good job !
I like the pixel art.
Good job !




LDJam user 2024086 Oct 2022, 21:47
cool game, really enjoy games that implement the theme in more than one mechanic, I like how every level have its own quirks and level design, that sneaky sneaky leap of faith got me more times than I'm willing to admite lol, I think some pitch randomization on the sound effects could add a bit more favor to the game, but all in all I did enjoy playing it, nice work!
testsubject067 Oct 2022, 00:21
The fact that you used colliders with physical implications for the coin pickups bothers me, because you can jump and bonk your head on coins. On the other hand, you can "land" on a coin and get your double jump back.
Other than that, it was cool to see new mechanics introduced for each level.
Other than that, it was cool to see new mechanics introduced for each level.

Andrew Hoyer7 Oct 2022, 01:21
I really like how you used this theme in a platformer, altering the mechanics of the game as opposed to "something happening" every ten seconds. Very clever.

sslees7 Oct 2022, 14:31
@testsubject06 totally fair! I actually have the coins and the ground in the same tilemap, which I thought would be clever until it wasn’t… I think if I could do it over, I’d either use an overlapping tilemap with different collision bits, or just instantiate sprites at those coordinates when the level starts. Curious what others would recommend for this.

johnnysix9 Oct 2022, 00:21
Oh man that got tough quickly with the gravity flipping. I'd make a minor suggestion to make his jumps bigger so as to make progress easier, it meant waiting on platforms for the flip to happen to make it across the gap.



* It's hard to judge when the timer is going to go off. "Every ten seconds" starts from when you start the level (it seems) which means I have to watch the timer carefully and note what the last digit is when I need to time something precisely (mostly on level 2!)
* Sounds play only on the left side (not a big deal), and they get quieter the further from the origin the player is (even less of a deal, I only noticed this on level 4).
* The player can walk on coins, sometimes.
But this is still impressive for 48 hours!