Play game
Creation of sugar cake's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Authenticity (Use of resolution restriction) | #299 | 3.101 | 4.600 |
Gameplay | #317 | 1.888 | 2.800 |
Graphics | #326 | 1.888 | 2.800 |
Overall | #334 | 1.989 | 2.950 |
Audio | #342 | 1.079 | 1.600 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Was the resolution a challenge?
The biggest problem was font. I ended up drawing every individual textbox.
Leave a comment
Log in with itch.io to leave a comment.
Comments
I thought this was very cute! I thought it was a little too hard to find the recipe.
The written instructions were the biggest problem with 64x64. The dark gray page on the recipe was a glitch. Thanks for the feedback and glad you enjoyed the game!
It not always easy to understand what is what and some minimap or screen map will be good, or show where you can go.
P. S. Thanks for programming.
When working in 64x64 it's really hard to make out useful objects, as the sprites are restricted to 10x10 px. As for the layout and minimap, I was planning to have a fully dynamic camera and have the backgrond dynamicly scroll. Problem was that the map layout is not logical(oven is always down and cabinet is always down) which would look really strange when moving the camera sideways where the oven would move with the camera. To solve this i could draw the rest of the kitchen so it wouldn't be just white. A minimap would be a really good idea. I made the pointer into a que where you could interact(I) or move onto the next screen(->). Thank you for the feedback and for playing my game!