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 ๐.
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?
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.
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.
โ Return to game
Comments
Log in with itch.io to leave a comment.
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?
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 :)
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