Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 468 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 468 Bytes

How to run this project

clone this repo Install NodeJS cd into the repo and run:

npm install
npm run start

Then open http://localhost:3000/ in a web browser.

TODOS

Deploy to azure

Multiplayer

Loading models

Setting up mobile controls

Driving mechanics

Physics/crashing

Game ui/meunus

Level design

VM setup Ubuntu

apt-get install build-essential libssl-dev
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash