mathplusyou / BestGameEver

The best game ever made
2 stars 0 forks source link

The Best Game Ever

This repository contains the source code for our game that we are planning on making for Hacktober 2019! :ghost:

The documentation will be a heavy WIP!

How To Configure Unity to work with GitHub

For a quick and nice overview, I recommend watching this video!

  1. Make sure you have Unity 2019.2.8f1 installed. For instructions on how to get this, download Unity Hub from here.
    • The Free Unity version will do
  2. When Unity Hub is downloaded, install the specific version that is mentioned above under the Installs sidebar.
  3. Clone this repo to your computer and open Unity Hub and import in this project into it.

:tada: You did it, now your project can be opened in Unity Hub! This is where you go when you need to work on the project.

General Rules for Working on the project

  1. Make sure you pull down for any new changes from master by doing git pull --rebase origin master
  2. All work should be done in a feature branch eg. ms/issue-1
  3. ONLY push/commit your work when Unity is not open.

Project Hierarchy