Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 638 Bytes

city-builder

Simple city builder game built with THREE.js based on this tutorial by Coffee Code Create on YouTube.

The project has been fully migrated to Typescript and React. Vite is used to bundle the app and as a local dev server. Yarn Berry is used as a package manager.

To run the app simply download the repo, install the packages with yarn, then run yarn start. The app will run at the default Vite port of localhost:5173.

TODO:

  • Add Tests
  • Performance Optimization
  • Add more building types