Simple pizza game built in Unity, for integration as part of a game suite in the M2M app.
A stable release is currently unavailable.
N/A
- To start, clone this repo to your machine.
- To start working on a feature, create a new branch off of
master
namedfeature-your-branch-name
, and add it to the remote repo so everyone can see it. - Alternatively, if you are fixing a bug, name your branch
bugfix-your-branch-name
. You shouldn't have a need to create other kinds of branches. - Once you've committed everything, create a pull request to
master
and shoot Wesley or Ripdaman a message so they know to check it. - Once either of them have gone through your changes, they will merge your code with
master
. From there, you can pullmaster
to your machine, and you should see all your changes. - Take a nap :)