Analysis updated 2026-05-18
Explore a hand-built miniature 3D version of Taipei directly in a web browser.
Use an AI coding assistant like Claude Code to add a new landmark or building to the city.
Play the multiplayer version through the Antics deployment with rooms and synced players.
| craftmygame/little-city | amazingsyp/pokemon-ontology | binglehaepi/workingtable | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | vibe coder | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Must be served over HTTP, not opened as a local file, because the game uses native JS modules.
Little City is a browser game project building a tiny, explorable planet version of real cities, starting with Taipei. Little Taipei renders the city as a small, cel-shaded globe with hand-placed landmarks like night markets, temples, Taipei 101, and the river, positioned using their real world bearing and distance from each other so the layout feels recognizably like the actual city. The project's stated goal is to eventually build a similar small planet for every city in the world, with Taipei as the first one. Running it locally just means cloning the repository and serving the folder over a simple HTTP server, since the game is built with native JavaScript modules that need to be loaded from a real web address rather than opened as a file directly. Once running, a player moves around with the WASD keys, jumps with the space bar, and interacts with objects using the E key. The project deploys through a service called Antics for its multiplayer features, like shared rooms, synced players, emotes, and leaderboards, without needing to run a separate server. Running it locally gives you solo mode only. The project is explicitly built to be easy to contribute to with the help of an AI coding assistant. The city is made of small, self-contained building and landmark files, so adding a new landmark or fixing a road is a naturally scoped task. Contributors are encouraged to open the repository in Claude Code or Codex, point the assistant at the project's contributing guide, and ask it to add a specific landmark, place it correctly in the city data file, and confirm it renders without errors before opening a pull request. One landmark per pull request is the suggested scope. The project is built with the three.js graphics library and is released under the license included in the repository.
Little City is a browser game rendering real cities as small explorable 3D planets, starting with Taipei, designed so AI coding agents can easily add new landmarks via pull requests.
Mainly JavaScript. The stack also includes JavaScript, three.js.
See the repository's LICENSE file, contributions are accepted under that same license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.