Play game
O / >'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #8 | 3.614 | 3.833 |
Overall | #9 | 3.536 | 3.750 |
Overall | #9 | 3.588 | 3.806 |
Graphics | #12 | 3.614 | 3.833 |
Ranked from 12 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Game Engine
Defold
Leave a comment
Log in with itch.io to leave a comment.
Comments
Pretty cool, though a bit too easy I'd say. Although, the blocks just stopped coming at me once during the Two-face fight. Nicely done!
britzl is awesome as always :D Really cool game. Love it.
Hah. Fun. The game has stuck however during the fight with the trainer once. After that no problems.
Wow, it was hard and awesome! The Art and the sound are really cool. This presentation of the game "stone, paper and scissors" has plunged me into a shock in a good way)) I'm afraid to imagine what the code looks like for recognition of symbols.
The gesture detection is actually not that bad: https://github.com/britzl/famicase-rps/blob/master/game/gesture.lua and the definition for a symbol/gesture like this: https://github.com/britzl/famicase-rps/blob/master/game/rps.lua#L20-L32