Live
An island worth arguing over
A settlement strategy game for two to six players that runs entirely in the browser, with no download and no account.
Live
Open it
What it is
Multiplayer board games online usually ask for an install, an account, and four friends who all did both. Every one of those is a place people drop out.
Outlandr removes all three: open a link, start playing, and bots fill any seat nobody took.
How it is built
- Real-time play for two to six
- Shared game state over WebSockets with turn timers, so a slow player cannot stall a table and a disconnect does not end the night.
- A board that renders smoothly
- Hex tiles through the Phaser engine at 60fps, with fog of war so the map reveals as players push into it.
- Seeded boards
- Board generation is deterministic from a seed, which makes a specific game reproducible — useful for debugging and for replaying a board worth replaying.
- Bots that fill empty seats
- The most common reason an online board game session dies is not enough players. Bots mean three people can still have a six-player game.
Our own software, not a client engagement. There are no business figures attached to it and none are claimed — the point of the link above is that you can check the work yourself.
- Players
- 2–6, real time
- Rendering
- Phaser hex tiles at 60fps
- To join
- No download, no account
Built with
- Next.js
- TypeScript
- Phaser
- WebSockets
- Vercel