Play game
Epic Iron's itch.io pageTeam Name
Ninjin
Gameplay Instructions
Interact with left mouse button
R to restart
* I'm terribly sorry for not implementing a proper restart function.
** The intended way to solve all puzzles is to melt every snow tile. The win condition only happens after moving or using steam and it only checks for puddles/burned tiles.
What platform is your game built for?
List any content that was created before the jam that was included in the final submission.
Textures from https://share.substance3d.com/
Font from https://fonts.google.com/
Sound from GDC 2018 / 2017 Game Audio Bundle and Epic Stock Media free monthly sounds
*1x texture flipbook from https://www.unrealengine.com/marketplace/en-US/product/vfx-grenade-pack
Link to Gameplay Footage
https://www.youtube.com/watch?v=Hvea5awM0vU
Leave a comment
Log in with itch.io to leave a comment.
Comments
really original take on the theme, interesting gameplay, the sound effect are really cool but, they were a few bugs ,sometimes when i got stuck i had to reopen the game and there was also a level where i did not melted all the ice but it open the next level anyway.
Thanks for playing the game and pointing out the bugs! <3
It should be possible to restart the game with R, but it was only mentioned on the submission page, so I'm sorry I failed to implement this hint in the game :/ Besides, it would still reset the game to level 1, so not much difference anyway :(
And yeah, the win condition check is after every move and only checked for puddle and burned tiles. I was shocked when I saw it on Shadowrivers twitch stream (the guy who plays every game). Thanks for reminding me, I made a notice on the submission page. <3
The game idea is fun, and I like both the visual style and the sounds. I do not like that every time I can't solve a puzzle, I have to start with level 1 again. Overall is this an okay jam game.
Thanks for playing the game! <3 I completely agree with the restart. I had the idea to use level streaming to transition from puzzles, so player end position is the start position for the next puzzle. I thought it will be 2 complicated to implement a reset and put focus somewhere else. Now when I think about it, I just needed to unload and load the current map and only reset player position, sorry! <3