How we designed TapLoop Arcade: 10 rules for calm browser games
TapLoop Arcade is six small games and one set of design rules. The rules are not secret: we wrote them down so that we could check every new feature against them, and so that anyone building a similar product could borrow what works. This article walks through the ten rules, with examples from each of the six games, and a short checklist you can use to evaluate any browser puzzle game.
On this page (11 sections)
- Rule 1: one mechanic, one sentence
- Rule 2: no timer
- Rule 3: no account, no sign-up
- Rule 4: progress on the device
- Rule 5: no autoplay audio, ever
- Rule 6: no streak guilt
- Rule 7: one advertising slot per page, only on content pages
- Rule 8: small, deterministic boards
- Rule 9: the Hint button is a real hint
- Rule 10: small surface, fast load
- A short checklist for any browser puzzle game
Rule 1: one mechanic, one sentence
Every TapLoop game teaches its mechanic in a single sentence. Arrow Garden: 'Tap arrows with a clear lane to the edge'. Sort Dock: 'Pour cargo between tubes until each tube is a single colour'. Merge Meadow: 'Slide the board to merge equal numbers'. Tile Pantry: 'Flip two tiles to find matching pairs'. Circuit Path: 'Draw a path from Start to Finish, collecting every battery'. Reflex Rings: 'Tap green rings, avoid red decoys'. If a new feature makes the rule longer, the feature is wrong.
Rule 2: no timer
None of the TapLoop games have a countdown. Some have a soft pressure mechanism (Tile Pantry's move counter, Merge Meadow's bomb unlock), but none of them punish you for thinking slowly. The reason is the audience: a 3-minute break in the middle of the day is not a time-trial. The right pressure for a calm puzzle game is the move count, not the clock.
Rule 3: no account, no sign-up
TapLoop Arcade does not have an account system. There is no sign-up screen, no email field, no 'log in with Google' button. Your progress lives on your device, keyed to the browser, not to a username. The reason is friction: the harder the game is to start, the fewer people will start. A calm puzzle game should be two clicks from a fresh tab to the first level.
Rule 4: progress on the device
Progress is stored in localStorage and IndexedDB on your device. We do not run a server-side progress database, and we do not sync progress across devices. The reason is privacy: the only data the game ever sees is the data you generated. If you clear your browser data, the game starts over. That is the trade-off, and we think it is the right one.
Rule 5: no autoplay audio, ever
The games are silent until you interact. There is no background music, no autoplay trailer, no 'click to enable sound' overlay. The audio cue plays on your first move, and the mute state is remembered. The reason is the office: a calm puzzle game is no good if it makes noise while you are not playing it.
Rule 6: no streak guilt
The Streak counter shows how many days in a row you have played a game. It has a 1-day grace period: if you miss one day, the streak is preserved; if you miss two, it resets to 1. The reason is the audience: adults with day jobs miss days. A streak counter that punishes you for taking a weekend off is a FOMO mechanism, not a habit mechanism.
Rule 7: one advertising slot per page, only on content pages
TapLoop Arcade has one advertising slot, and it is shown only on a small number of content pages (the guides, the about page, the privacy policy). The games themselves do not show ads while you are playing. The reason is the audience: nobody wants an ad to interrupt a level they are about to win. Ads at the start of a session, before the first level, are fine. Ads in the middle of a session are not.
Rule 8: small, deterministic boards
Every TapLoop game board is generated from a small seed, and the same seed always produces the same board. The reason is replayability: a player who likes a board can replay it without surprise, and a player who is stuck can look up the solution without arguing about which board they were on. Mobile games that generate infinite random boards often sacrifice the joy of mastery for the illusion of variety. TapLoop games pick the other trade-off.
Rule 9: the Hint button is a real hint
Every TapLoop game has a Hint button, and the Hint button does not cost a turn, a move, or a life. The hint is a soft suggestion: in Arrow Garden, it lights up a legal arrow; in Sort Dock, it shows the first move of a known solution. The reason is the audience: a player who is stuck is not having fun, and the goal of a calm puzzle game is fun, not punishment.
Rule 10: small surface, fast load
The whole TapLoop Arcade loads in under 100 KB of JavaScript, and the first level is interactive in under a second on a 4G connection. The reason is the audience: a calm puzzle game that takes 10 seconds to load is not calm. We test on a five-year-old laptop with throttled 4G, and the load time is part of the acceptance criteria for every new feature.
A short checklist for any browser puzzle game
- Can you describe the mechanic in one sentence? If not, the game is teaching a system, not a puzzle.
- Is there a timer? If yes, the game is a reaction test, not a calm puzzle.
- Is there a sign-up screen? If yes, the game is a monetisation funnel, not a calm puzzle.
- Does the game autoplay audio? If yes, the game is not office-safe.
- Is there a streak counter that punishes you for missing a day? If yes, the game is a FOMO mechanism.
Who this is for
- Game designers building small browser games
- Players curious about how their favourite games are designed
- Anyone evaluating a new puzzle game with a critical eye
Frequently asked questions
Quick answers to the most common questions about How we designed TapLoop Arcade: 10 rules for calm browser games.
Are these rules original to TapLoop?
No. The rules are a synthesis of ideas from calm technology, mobile game design, and the indie browser game community. We wrote them down to make our own decisions easier.
Does every TapLoop game follow all 10 rules?
No. Tile Pantry has a soft move counter that breaks Rule 2. Reflex Rings is a 20-second reaction game that breaks Rule 2 in spirit. The rules are a direction, not a finish line. The list is what we aim for, and we acknowledge where we miss.
What is the most important rule?
Rule 1: one mechanic, one sentence. If a game teaches its mechanic in one sentence, the rest of the rules are easier to follow. If it does not, the rest of the rules do not matter.
Want to keep reading?
Browse the full library of game guides, editorial articles, and trust pages, or jump straight into the arcade.
Browse the library Or open the arcade