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
cd Orange-Game-Development
git remote add live ssh://[email protected]/root/repo/site.git
To push up to the Live master:
git add .
git commit -m ”Commit message”
git push live master
Password: *******
To retrieve from the Live Server:
git pull live master
Password: *******
Note: Only push to live master when pushing to regular master.
Note: You will have to install both npm and React.
cd leaderboard-app
npm install
npm start
apm install atom-beautify
npm install standard --global
apm install linter-htmlhint
apm install linter-csslint
apm install linter-js-standard
cd leaderboard-app
npm build
- ReactJS - The web framework used for the leaderboard
- Bootstrap - The web framework used for the splash page
To be added.