Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, lovely game that uses the theme perfectly! Congrats on building this. I've got stuck on a jump on a second level (or third) not sure where the ice is right next to the jump point. Some things I'd improve upon : 

  • add a sound and visual effect when the ray is hitting the ice. It could be drops of water coming down so the player knows that the reflection is doing something to the ice
  • think the jump needs some minor tweaks as it currently feels a bit off. I don't know what it is, but after playing enough Mario and other platformers there is a certain expectation I think from them :) 
  • I see you used godot for this. Linking this video for future so you can add the web version of the game :) 
    Again, well done on use of theme and building this!
(+1)

Hey! Thank you so much for playing and for the feedback !

You're absolutely right about the sound and visual effects. We simply ran out of time during development and couldn’t add them before release, but they’re definitely planned for upcoming updates. The idea of water drops as feedback when the ray hits the ice is actually a great suggestion!

Regarding the jump on the second (or third) level : yes, we noticed that issue as well, but unfortunately only after release. It turns out it’s related to a gravity problem that affects that specific section. We’ve since uploaded a finishable version of the game on GitHub where this is fixed :D

And about the web export : We were honestly really disappointed about that too! We developed the game using Godot 4.6 with C#, and sadly web export isn’t supported in that setup :'d