About Darkmass.io
Darkmass.io is a free browser arena. You are a Spark, a point of light in a dark void. Absorb mass to grow, keep away from bigger stars, and fight over the events that break out across the map.
PlayThe idea
In most arena games, getting big makes you safe. The leader snowballs and the round is more or less decided. Darkmass is built the other way around. Here, the bigger you get, the more the arena works against you:
- You get slower. A small Spark moves several times faster than a giant.
- You become a target. The void and the shards do more damage the larger you are, and events are drawn toward the leader.
- Your abilities cost more. Holding the Gravity Well takes a bigger share of your mass as you grow.
So being big is power, not safety. A small, fast Spark can outrun a giant, leech it with a well-timed Black Hole, and take the lead. The board stays worth fighting over from the first minute to the last. The How to Play page covers the mechanics in full.
How it is built
Darkmass is written in Rust, from the server to the browser. The part worth mentioning is that both sides run the same simulation. The server and the browser client, compiled to WebAssembly, step the physics with the same code, and it comes out identical on both.
That shared step is what lets the game feel immediate without trusting the player's machine:
- The server is the authority for the whole arena. It decides what actually happens.
- Your browser predicts your own movement with the same code, so steering responds at once, then quietly corrects itself against the server. No rubber-banding, no cheating.
- The world is sent as small updates rather than a full copy each frame, so a crowded arena stays cheap, and a brief network hiccup does not make anything jump.
It is designed to hold a lot of players at once across servers in Europe and North America, and to fill any quiet room with bots so a new player never lands in an empty arena.
Fair play
- No pay-to-win, no purchases, no grind. Every run starts equal.
- No accounts. Pick a name for the session and play.
- Bots keep the arena lively and step aside as real players arrive. They follow the same rules you do.
Privacy
Darkmass keeps no accounts and no player database, and runs no first-party analytics or tracking cookies. Your name lasts only for the session. The game shows ads on the menu, queue and death screens, never during play, and only with your consent where consent is required, such as in the EEA and the UK. The details are in the Privacy Policy, and the rules of use are in the Terms and Conditions.
Get in touch
Questions, feedback, or a bug to report? Email [email protected], or see the Contact page.
Play