Made for the 2024 Nokia Jam, the theme was Freeze

------------------------------------------------

Michael Detwiler: Development

Josh Sherman: Level Design

Schwoofy: Level Design, Music, Art

------------------------------------------------

CONTROLS: A and D

Have Fun!!!!!

StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorMichael Detwiler
GenrePuzzle, Platformer
Made withUnity
Tags1-bit, 2D, Puzzle-Platformer

Download

Download NowName your own price

Click download now to get access to the following files:

Ice Ice Baby.zip 297 MB

Comments

Log in with itch.io to leave a comment.

Fun little game, great sense of humor. The freezers didn't always trigger, though.

Glad you liked it!

(1 edit)

After a bit of testing, I think ! figured out what causes it! :O I found that freezers only fail to trigger when you try to move onto one on the same turn that your sprite would change to the next smaller one! It seems like the function that handles shrinking has priority over the function that handles freezing, which causes the latter to be skipped over, since you can't both shrink and grow in the same turn. So fixing it should be a simple matter of having the two switch placements in the code, yeah?