Skip to content

FedUni/Project-VR-Moon-Experience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon VR Experience (2019)

General Commit Rules

- Code Reviews. Must be signed off by one of the developers.
- Commit small peices of work. so commit often. Once you've finished your changes then push to the remote repo. 
- General commit title rules i go with is "ADDED: *Insert Feature name*", "UPDATED: *Insert Feature name*", "Modified: *Insert thing modified*" and "REMOVED: *Insert Feature name*".

Coding Styles

- Please use tabs and not spaces if possible
- Please use CamelCase e.g "thisIsAVariable". not like this "this_is_a_variable".
- Please re-use code as much as possible
- Please use a few public varaibles as possible
- please commend code that could be confusing

Repo Guidelines

- The master branch is used for the most stable and latest release. 
- The develop branch is used for all things testings and developing. Once a specific commit is stable enough it can be moved into the master branched, or tagged to be pulled into the master branch as release ready.

Original source assets

The original assets used for devlopment and be found in the Original Assets.zip file on this repo

Documentation can be found below:

Documentation: https://drive.google.com/open?id=14gcrLJ78iY1FDQWzYLLECBEBSHNTIQuh