Authored, then verified
Every contract is hand-designed around a specific problem — a buried pair, a strapped lane, a timing window — and then machine-checked for a valid solution.
Live on App Store · Android testing
A portrait logistics puzzle. Match the top crates, route four truck lanes through a single free forklift slot, and clear thirty handcrafted contracts under straps, gates and timers.
01
The design problem
A sorting puzzle can be generated endlessly, but generated boards are usually either trivial or accidentally impossible. Thirty authored contracts, each built around one deliberate logistical idea, needed a way to guarantee both solvability and interest.
Every contract is hand-designed around a specific problem — a buried pair, a strapped lane, a timing window — and then machine-checked for a valid solution.
The single forklift slot is the whole game. It is the only spare capacity on the board, so spending it is always the decision that matters.
Portrait layout on a phone means the entire yard, all four lanes and the objective are on screen at once. Nothing is hidden behind a scroll.
Undo, restart and a solver-backed hint that names one valid next move — enough to get unstuck without dissolving the puzzle.
02
Engineering and release
Mobile sessions end without warning — a call, a low battery, a swipe away mid-move. The recovery system treats interruption as the normal case, restoring not just the board but everything that makes a partial run worth resuming.
An interrupted contract returns with board state, move history, timer, current selection and spend intact, validated on load rather than trusted.
The same solver that powers in-game hints runs over every contract during development, so an unsolvable board cannot ship.
Screen-reader labels, system text scaling, bold text and reduced motion are supported, with touch targets sized for one-handed play.
EditMode and PlayMode test coverage gate Android AAB and iOS production builds, so a release is a repeatable command rather than a ritual.
Verified delivery
Cargo Sort is live on the App Store for iPhone and iPad. The Android release remains in closed testing; the figures above describe product scope rather than estimated audience or revenue.