Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-draper/city-builder
A browser-based pixel city builder game.
https://github.com/tom-draper/city-builder
2d 2d-game animation art artificial-intelligence city-builder city-builder-game city-building creative design game game-2d pathfinding pixel pixel-art pixel-art-maker pixel-editor typescript village-building
Last synced: 3 months ago
JSON representation
A browser-based pixel city builder game.
- Host: GitHub
- URL: https://github.com/tom-draper/city-builder
- Owner: tom-draper
- Created: 2021-12-22T19:52:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T15:02:39.000Z (about 1 year ago)
- Last Synced: 2024-10-18T06:30:46.806Z (3 months ago)
- Topics: 2d, 2d-game, animation, art, artificial-intelligence, city-builder, city-builder-game, city-building, creative, design, game, game-2d, pathfinding, pixel, pixel-art, pixel-art-maker, pixel-editor, typescript, village-building
- Language: TypeScript
- Homepage: https://tom-draper.github.io/city-builder/
- Size: 336 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City Builder
A browser-based pixel city builder game. Build roads, housing, parks, shops, forests and farms pixel-by-pixel and watch your creation slowly come to life with an animated population.
Hosted at: https://tom-draper.github.io/city-builder/
---
To run locally, run:
1.npm install
to install dependencies,
2. thennpm run build
to compile,
3. then openindex.html
in a browser.### Features
- [X] Travelling cars
- [X] Meandering animals
- [X] Fishing boats
- [X] Animated water
- [ ] Airports and planes
- [ ] Time + changing seasons
- [ ] Points system based on population growth
![City](https://user-images.githubusercontent.com/41476809/147494587-6a85ae90-aca4-4967-90cf-bfba77e694e5.png)