Skip to content

Svahnen/Orange-Game-Development

Repository files navigation

Survival of The Fastest - Leaderboard

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
cd Orange-Game-Development
git remote add live ssh://[email protected]/root/repo/site.git
To push to live master:
To push up to the Live master:
git add .
git commit -m ”Commit message”
git push live master
Password: *******
To pull from the live server:
To retrieve 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 environment:

Note: You will have to install both npm and React.

cd leaderboard-app
npm install
npm start

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

Deployment

cd leaderboard-app
npm build

Built With

  • ReactJS - The web framework used for the leaderboard
  • Bootstrap - The web framework used for the splash page

Versioning

Other Links

Authors

License

To be added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published