How to Play Count Masters — The 3D Crowd Runner
Count Masters is a 3D arcade runner where you control not just a character but an entire growing crowd. Steer your blue stickman army down a long ice canyon track, pass through transparent math gates to multiply your size, crush enemy crowds in real-time battles, and finally take down a massive boss.
The mechanic is deceptively simple — drag left or right to steer — but the strategy goes deep once you understand how the math gates interact with your current size.
The crowd grows and shrinks dynamically
You start with a single stickman. Every gate, every fight, every obstacle changes the count in real-time. The whole crowd is rendered procedurally — there's no "max size" in the visuals; whether you have 5 units or 500, they all appear on screen as a physics-driven group.
The crowd:
- Bobs while running — each unit has its own running rhythm offset by a tiny phase.
- Spreads in a circle — units arrange themselves in a tight sunflower pattern that grows with the crowd.
- Has a shadow disc that scales with size — you'll see the shadow visibly grow after passing a multiplier gate.
The gates — your most important decision
Throughout the track, you'll encounter gate pairs spanning the full track width. Each gate has a math operation displayed in glowing text:
- +5, +10, +20, +40, +80 — flat additions. Add that many units to your crowd.
- ×2, ×3, ×5 — multipliers. Multiply your current crowd size.
The gate you walk through is the one that activates. The other one disappears unused.
The crucial decision: + vs ×
When your crowd is small (say, 5 units), a +40 gate gives you 45 units. A ×2 gate only gives you 10. The flat bonus is dramatically better.
When your crowd is large (say, 100 units), a +40 gate gives you 140. A ×2 gate gives you 200. The multiplier is dramatically better.
The crossover point is around 40 units. Above that, prefer multipliers. Below that, prefer additions.
The "+ then ×" combo
If you can see both gates ahead, plan a chain: take the + gate first to bulk up, then take the × gate for the multiplier on the new larger size. A 20-unit crowd → +40 gate → 60 → ×3 gate → 180. That's a 9× growth across two gates.
Obstacles
Three obstacle types try to thin your crowd:
- Spikes — stationary triangular spikes. Kill ~3 units on contact. Easy to dodge.
- Hammers — giant swinging pendulums that sweep across the track. Kill ~8 units on contact. Time your lane switch with the swing.
- Saw blades — rotating disks fixed in a lane. Kill ~5 units. Just switch lanes early.
Every collision triggers camera shake and a red "-N" floating popup. You can take a few hits and survive, but a careless run through multiple obstacles will leave you too small for the boss.
Enemy crowds
Red enemy crowds stand in your path. Each has a visible number badge (e.g., "88"). When your blue crowd collides:
- You bigger: your crowd reduces by the enemy's count, the enemy is destroyed, you earn +10 coins.
- You smaller: the enemy reduces by your count, you take heavy damage, possibly game over.
Always check the enemy's number BEFORE engaging. If the enemy is much bigger than you, sprint through more gates before the fight — even a single +40 gate can flip a losing fight into a winning one.
The boss
At the end of the track, a single massive red boss with a health bar appears. Each crowd member that contacts the boss does damage (and is sacrificed in the process). The bigger your crowd, the faster the boss falls.
A 200-HP boss needs roughly 100-150 crowd members to defeat reliably. Less than 50 and you'll likely run out of crowd before depleting his HP.
Controls
- Mobile / touch: drag anywhere on the screen left or right to steer.
- Desktop: arrow keys, A/D, or click+drag with the mouse.
The crowd lags slightly behind your input — this is intentional. It rewards planning over reflex.
Performance notes
Count Masters is built in WebGL using Three.js. The entire crowd (player + enemies, hundreds of stickmen total) is rendered via a single InstancedMesh per side — meaning all units draw in one GPU call. This is the same technique AAA games use for grass, leaves, and large crowds. Result: smooth 60 FPS even with 500+ units on screen, on most modern phones.
If your phone is older or low-end, the game auto-detects mobile and reduces pixel ratio + disables antialiasing to maintain framerate.
Strategy summary
- Early game (1-30 units): prioritise flat + gates. Skip × gates until you're bigger.
- Mid game (30-100 units): start mixing in × gates. Time the order to maximise compound growth.
- Pre-fight (any size): if you can see an enemy ahead, take whichever gate gives you the biggest crowd, not the "smartest" one.
- Boss prep: the bigger you arrive, the faster the boss dies. Skip risky obstacles, take safer gates.
- Don't die to obstacles: they're easy to dodge once you're paying attention. Watch the lane ahead, not your current position.
Why Count Masters works
The original Count Masters franchise has hundreds of millions of mobile downloads because the loop is satisfying: numbers go up, the visual crowd grows, every gate is a small dopamine hit. This browser version captures the same loop — no install, no ads inside the gameplay, no signup. Just open the page and run.