A city simulation game that can be played on web. This project is an extended project from Coffee Code Create https://www.youtube.com/playlist?list=PLtzt35QOXmkJ9unmoeA5gXHcscQHJVQpW
There are several changes compared from the original projects
- Road models are changed so the road now covers the whole tile.
- Cars models are changed to fit the theme of roads
- Cars can now only spawn from the end of the roads
- Cars will not disappear mid way and will travel to any end of road instead.
- Map tiles changes from 16x16 to 17x17
- A straight road in the middle is created as the starting map.
You will first need to install Node.js.
After that, clone this repository, navigate to the root directory and run the following command
npm run dev
Want to know how I made this? Follow the YouTube tutorial series here
Here you go!
https://dgreenheck.github.io/simcity-threejs-clone
This code is covered by the MIT License. TLDR; you can do whatever you want with it!