An interactive political map game where users test their geography knowledge by clicking on countries. Totally vibe coded except for styles.
- Runtime: Bun
- Backend: Express + TypeScript
- Frontend: Vue 3 + TypeScript
- Bun installed (
curl -fsSL https://bun.sh/install | bash)
bun installbun run devThe server will start on http://localhost:3000
bun run buildbun run start- Interactive world map
- Score tracking
- Country selection quiz
- Click-to-select gameplay
- [✔︎] Integrate actual world map SVG with clickable countries
- [✔︎] Implement proper country detection from SVG paths
- Add difficulty levels (continents, regions, etc.)
- Add timer mode
- Persist high scores
- Add sound effects and animations