Play game
Christmas Workshop's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun Factor | #7 | 2.041 | 2.500 |
Accessibility | #7 | 2.858 | 3.500 |
Originality | #8 | 2.449 | 3.000 |
Theme Relevance | #9 | 1.225 | 1.500 |
Overall | #9 | 2.143 | 2.625 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team's Discord IDs
Plastic Diamond
Leave a comment
Log in with itch.io to leave a comment.
Comments
Your game looks like Overcooked! I think you should show exactly the controls scheme in the game. I was a bit lost at the beginning of which button to press. I also had some tough time in putting the items on the right tile (tile detection problem?).
Otherwise, it was fun.
Yeah thanks, it's supposed to be like overcooked, turns out it's hard to make a game like that in 2 weeks. I wanted to improve the bench selection but I ended up just using a simple method which doesn't work very well.
Hehe, i also want some day make an Overcooked like :) Did you try a raycast for the bench selection?
My next project is going to be like overcooked so I thought this would be good practice. I used a trigger collider and just select a bench when it enters the collider but the problem is when more than one bench is in front of the player.