Fingle was Game Oven’s first commercial game: a two-player iPad title where you and a partner drag your fingers across the screen to solve touch-puzzle levels, hands inevitably interlacing. Designer Adriaan de Jongh and programmer Bojan Endrovski built it in five months on a €2,000 budget, and it won the Dutch Game Award for Best Mobile and Best Casual game. This postmortem (originally published 2013) is a compact lesson in making an interaction — not a genre — the entire identity of a game.
What went right:
- No pressure: both were still students, so cheap Dutch education and spare time bought the “peace of mind” creativity needs — months of prototype iteration with nothing riding on it
- Surrounded by specialists: hired people better than them for art, music, video, and copywriting, and took marketing advice from Rami Ismail at Vlambeer
- Unified vision: one play session set the throughline — “intimate, awkward, sweaty, dirty” — and every element from levels to marketing was built to it, landing on a ’70s-porn aesthetic
- Marketing as design: suggestive finger-gestures were free press (“it’s sex on an iPad!”), three professional videos ran with coverage, and a polished pitch doc to Apple Developer Relations earned a worldwide App Store feature — that one week was a third of the game’s first-year downloads
- Simple in-house engine: a small C++ codebase with an Ogmo-to-XML level pipeline meant near-instant builds for 100+ levels
What went wrong:
- The interface ate ~80% of the code and pushed the schedule a month late; keeping menus in graphics memory caused memory-warning avalanches on first-gen iPads
- No post-release plan: all focus on the launch spike — a rushed Valentine’s level pack saved the long tail, and a late free-with-IAP version added ~20–25% revenue that should have come much earlier
- Contracts signed after the game was done; expectations with one contractor strained the team, where a template contract up front would have prevented it
- Finding a visual style that carried the vision took far longer than expected and demoralized the first artist — throwing away good-looking art is demoralizing
The two lessons that age best: creativity needs unpressured time, and the release spike is not a business model — the long tail has to be planned before launch, not rescued after. Also worth keeping: “big firms are black boxes” is usually wrong — Apple’s feature team turned out to be reachable humans with email addresses.