Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 1.98 KB

README.md

File metadata and controls

88 lines (66 loc) · 1.98 KB

Survival of The Fastest - Client

A fast paced multiplayer action game.

Information

This game is split up into two parts:

Getting Started

To be able to work towards different branches on this repository and push to the live server, follow this guide;

Orange git setup:
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
To push to live master:
git add .
git commit -m ”Commit message”
git push live master
Password: *******
To pull from the live server:
git pull live master
Password: *******

Note: Only push to live master when pushing to regular master.

To start your own developer server:

Note: You first need to have your own mySQL server.

Rest API:
cd node
npm install
npm install -g nodemon
nodemon
Host HTTPS server for the client:
cd html
npm install -g http-server
http-server -S -C ../cert/cert.pem -K ../cert/key.pem

Tools used and how to install them

apm install atom-beautify
npm install standard --global
apm install linter-htmlhint
apm install linter-csslint
apm install linter-js-standard

Built With

Versioning

Other Links

Authors

License

To be added.