Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

BongView game page

A cranky table-tennis mini-game
Submitted by hteumeuleu (@HTeuMeuLeu) — 7 hours, 17 minutes before the deadline

Play game

Bong's itch.io page

Results

CriteriaRankScore*Raw Score
most creative#122.3332.333
Fun#152.0002.000
Overall#152.1672.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

Submitted

Currently imo the crank moves the paddle too slowly so it's really tough

Developer

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!