name changed to: LAZERQUEST
Official Demo website: https://paraspathak.github.io/Bullet_Hell_Game/
Space Shooter Game with Firebase backend
Instructions to contributors:
Guide to forking: https://guides.github.com/activities/forking/
Executive Summary:
- Fork this Repo
- Clone the forked copy into your computer, (this will allow you to create pull requests).
- Look up into issues about remaining work in the game.
- Checkout a branch, named as appropriate, and commit your changes there.
To update your forked repo with changes commited to the master:
- You need to set up upstream as remote branch (Need to do it once)
- git remote add upstream https://github.com/paraspathak/Bullet_Hell_Game
- git fetch upstream
- git checkout master
- git rebase upstream/master
- Then push changes for the first time as git push -f origin where branch name is the branch you are working on. You can drop the -f after pushing for the first time.
Guide to Firebase: https://firebase.google.com/docs/unity/setup/
Download Blender: https://www.blender.org/download/