A fast paced multiplayer action game.
This game is split up into two parts:
To be able to work towards different branches on this repository and push to the live server, follow this guide;
git clone https://github.com/Svahnen/Orange-Game-Development-App
cd Orange-Game-Development-App
git remote add live ssh://[email protected]/root/repo/app.git
git add .
git commit -m ”Commit message”
git push live master
Password: *******
git pull live master
Password: *******
Note: Only push to live master when pushing to regular master.
Note: You first need to have your own mySQL server.
cd node
npm install
npm install -g nodemon
nodemon
cd html
npm install -g http-server
http-server -S -C ../cert/cert.pem -K ../cert/key.pem
apm install atom-beautify
npm install standard --global
apm install linter-htmlhint
apm install linter-csslint
apm install linter-js-standard
- Bootstrap - The web framework used
- NodeJS - Rest API
- Google API - Google Maps API
To be added.