Skip to content

paraspathak/Bullet_Hell_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet_Hell_Game

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:

  1. Fork this Repo
  2. Clone the forked copy into your computer, (this will allow you to create pull requests).
  3. Look up into issues about remaining work in the game.
  4. Checkout a branch, named as appropriate, and commit your changes there.

To update your forked repo with changes commited to the master:

  1. You need to set up upstream as remote branch (Need to do it once)
    1. git remote add upstream https://github.com/paraspathak/Bullet_Hell_Game
    2. git fetch upstream
    3. git checkout master
    4. git rebase upstream/master
  2. 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/