Hacker News new | ask | show | jobs
by chrisremo85 141 days ago
I built a small browser game where everyone plays the exact same sequence.

No RNG, no luck — your leaderboard position reflects only reaction time and execution.

Two modes:

KEYSTORM – hit appearing keys as fast as possible, speed ramps up until you fail

AIMSTORM – click shrinking targets before the timeout expires

On Mobile only AIMSTORM

Both modes are deterministic: every player faces identical challenges.

There’s no winning state — difficulty scales beyond human limits. You just try to survive longer than everyone else.

Playable here: https://1vsall.voidmind.io

Would love feedback.