A browser multiplayer guessing game. Name the country, continent or state from its bare outline before the timer runs out.
- Solo & multiplayer — play alone or share a 4-letter room code with friends
- Four categories — German states, European countries, continents and US states
- Easy & hard difficulty
- Persistent stats & global leaderboard — wins, games played and best scores (SQLite)
- No accounts — just pick a name and an avatar
![]() |
![]() |
![]() |
![]() |
Clone the repository:
git clone https://codeberg.org/doen1el/geo-shape
cd geo-shapedocker compose up -d --buildThe game is then available at http://localhost:3000.
You can of course open issues for bugs, feedback, and feature ideas. All suggestions are very welcome :)
Clone the repository:
git clone https://codeberg.org/doen1el/geo-shape
cd geo-shapeInstall dependencies:
npm installRun the development server:
pnpm dev


