Platform Switch is a simple platforming game, where you try maneuvering a small cube through a labyrinth of temperature-changing platforms!

Can you reach the green box in every level?

Controls:

Move with the arrow keys

Jump with Space or Key-Up


Made in Flame for the 3rd Flame Game Jam!

Comments

Log in with itch.io to leave a comment.

(+1)

Yo! You have very nicely designed levels. The last one was quite challenging ๐Ÿ˜†. Also the simplicity of the core gameplay mechanics reminded me of Bees and Spikes.

I feel the collision checks are a bit too harsh on the player though. I can imagine people rage quitting if you keep working on this and add more level ๐Ÿ˜‚.

Thank you for your kind feedback!

Yes, I worked the majority of the game jam on the collision checks, but didn't get them to work perfectly ๐Ÿ˜‚.  Do you have any recommendations on how to implement good collision checking for a platforming game in Flame?

(+1)

The collision checking that you've got seems to work perfectly. But the problem is how easy it is to accidently touch the wrong block and die. In most of the good platformer games, a lot of special code is added to avoid such things. Here is a short video that covers some of the most common techniques that can make the platforming controls a lot more fun: 

The GDC talk mentioned in that video is also quite good detailed.

Wow thank you! Will definetly check it out for my next game :)

(4 edits)

Source code: https://github.com/patrickzda/platform_switch

Theme: The main element of the game is temperature-changing platforms (red = hot, blue = cool), the player is an ice cube, that tries to avoid hot platforms.

Limitation: No text

Assets and music: Self-made