Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.23 KB

City Builder

What is this?

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.

How do I run this locally?

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

How did you make this?

Want to know how I made this? Follow the YouTube tutorial series here

I want to play with it!

Here you go!

https://dgreenheck.github.io/simcity-threejs-clone

License

This code is covered by the MIT License. TLDR; you can do whatever you want with it!