Over The Bar
A Gaelic football and hurling scoring game.
Get it on the App Store ↗ Get it on Google Play ↗
Start with your county
All thirty-two, in their own colours, football and hurling.

Drag to strike
Wind and distance are on screen before you hit it.

Then do it in football
Same pitch, different game, different weight of ball.

Work through a championship
Group games first, then the knockouts.
You pick your county and get a fixture against a real club from that county, with a par score to beat not a pass or fail. On the pitch you drag from the ball to the gap above the crossbar you want it to go through -- draw the line curved and the ball bends that way but still finishes on your target.
The longer levels start too far out to shoot, so you pass first, and you pass to a patch of grass instead of to a player: whoever gets there first has it. Wind moves the ball and heavy ground plays shorter than firm. There is no clock.
Toolkit: Built in Flutter, with the pitch drawn by a CustomPainter through a pinhole camera over a 3D engine. The physics sit in a separate pure-Dart package on a fixed timestep with a seeded RNG, which is why a replay shows you the exact shot you took. All 6,400 levels ship as JSON, so it plays offline with no server behind it.