Play game
Bong's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
most creative | #12 | 2.333 | 2.333 |
Fun | #15 | 2.000 | 2.000 |
Overall | #15 | 2.167 | 2.167 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Judge feedback
Judge feedback is anonymous.
- The concept and graphics are great! Unfortunately it's almost impossible to score against the computer, but with some tuning this will be an excellent minigame!
Leave a comment
Log in with itch.io to leave a comment.
Comments
Currently imo the crank moves the paddle too slowly so it's really tough
Thank you for your feedback! I realize my code might be wrong for this. You can try to tweak it in `bong.lua` line 140:
```
player:moveY(player.y + acceleratedChange * 0.1)
``
It only works through the crank acceleration, so it might be hard to trigger with the mouse wheel or the simulator circle. Using the trackpad on macOS feels great, but I guess that's a wrong impression. Definitley something I'll keep in mind. Thanks!