Skip to content

martinkong0806/city-builder-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A web base city builder game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • CSS 3.8%
  • HTML 3.5%