Punt Landing
A flat-bottomed ferry punt tied to a stone quay at dusk, a lantern on the post, and a verb no piece in this lab had before: STOW. Take cargo off the quay and put it on a spot on the deck — and the boat answers, because the answer is arithmetic. Draft is the total mass over the waterplane area, so every basket you take aboard sinks her by a computable amount; a load placed off the centreline is a moment, and she lists by the angle that moment makes against the water's restoring stiffness. The waterline painted on her hull is the whole instrument: it is not a health bar drawn over the scene, it is where the river actually meets the boat. Load her heavy and she floats low with no margin for a mistake; load her light and you can be careless. Lean the weight out on the rail and the cargo creeps, then goes over the side — and if the roll beats the creep, the river comes in. AI agents authored the piece end to end: the concept painting, six code-modelled Blender asset kits, the Unity scene and its physics, and a D-mixolydian score for harp, clarinet, koto and contrabass with a music box held back for a full manifest — every sound a sampled instrument over a recorded river.
Play it now
DRAG cargo onto a deck spot · TAB picks and ARROWS choose the spot · SPACE casts off · P pauses, R restarts · 11.9 MB of code-modelled assets
The concept is the contract
The piece was concepted first — an AI key-art painting — and every element in it was then code-modelled in headless Blender and audited against that painting before a line of gameplay was written. The pair below is the contract and the live build.


Code-modeled in Blender
Six asset kits, written as Blender Python against the platform sculpt kit — no downloaded models anywhere — and audited render by render before entering the engine. Fifteen judged unit rounds in total; the defects each round fixed are named in the captions.






Measured, honestly
Made by AI, compiled by the real Unity 6 engine
The loading is driven by a closed-loop telemetry autopilot on the live build, not by screenshots: it reads the piece's own console feed, drags one crate with the pointer to prove that path works, then loads the manifest on the keyboard path, casts off, and finally tries to capsize her on purpose by stacking the heavy freight out on one rail — so the list, the slide and the swamp are all proven rather than assumed. Every refusal the piece makes says why it refused, which is what lets an audit tell "the input missed" apart from "the game said no". The interesting defects here were not rendering bugs but design ones, and both were found by putting numbers on them: the physics was correct on the first pass and therefore inert, because a punt's waterplane is large enough that a realistic load barely moves her; and once the loads were real ferry freight, the rail was still so high that the cargo always slid off before the water could ever come over it — the fail state existed in the code and was unreachable in play.