Play game
Melting's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme Integrity | #5 | 3.556 | 3.556 |
Polish | #11 | 2.556 | 2.556 |
Engagement | #13 | 2.556 | 2.556 |
Overall | #13 | 2.733 | 2.733 |
Artistry | #13 | 2.889 | 2.889 |
Innovation | #21 | 2.111 | 2.111 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you have fun throughout the jam?
yes
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice work :) Here's my playthrough if interested.
Thank you for featuring the game in your video, it's really good to see people doing playthroughs of the jam games!
Fun simple game. I think making something like after each run you can buy more snowmen to build a group of them that walk around like a group of penguins would add a lot! Just a specific idea I thought of but you get the point
The game will be expanded after game jam ends, your idea is good enough and will probably be implemented in the final build. Actually, the concept of the whole game may change in the final build. Thank you for playing!
i enjoyed playing the game it was a lot of fun. i found one bug when playing though, when you fall off the map and press restart it just slightly moves me down and does nothing and i can't seem to get it to work
Turns out I forgot to reset the player's position when he falls off the map and tries to restart. Too late to fix it I guess. You can restart the game when the issue happens or you can add this line:
self.player.position = [944.75, 830] under if(self.game_restart.is_clicked(scaled_position = mouse_position)): in game.py and it should fix the issue.
Thank you for playing!