This is a browser game where you build a contraption to complete levels. Unlock new parts, solve physics based puzzles, and battle enemy contraptions! I created this game because of my love of building games, and to challenge myself to grow as a coder. Since it's creating, it has since been hosted, and I am trying to get people to play it!
To get this to run on your local machine, you'll first need to install node. You can find information here: https://nodejs.org/en/download Once you've done this, clone this repo using
git clone https://github.com/BSchoolland/Vehicle-Building-Game.git
Next, cd into the repo:
cd Vehicle-Building-Game/
Then you'll need to install the neccecary dependencies
npm install
Then you can start the server locally with
npm start
finally, go to http://localhost:3000 and you should see the game!
This project is licenced under the MIT License -- see the LICENSE file for details.