issues
search
bpred754
/
Imperium
Real-Time Strategy game written with C# and Unity 3D Game Engine
1
stars
1
forks
source link
readme
Imperium
Create directory in desired location
Open terminal(Mac)/ Git Shell(PC) and navigate to created directory
Run 'git init'
Set remote repository by running 'git remote add imperium
https://github.com/bpred754/Imperium.git
'
Pull files from repository with 'git pull
https://github.com/bpred754/Imperium.git
'
*Sources:
http://www.newthinktank.com/2014/04/git-video-tutorial/
and
http://www.newthinktank.com/2014/04/git-video-tutorial-2/
Commit Check List
Code is up to date with repository and no conflicts
Remove all Debug.Log() statements
Remove all unnecessary comments
All scene additions are in code
All methods are in alphabetic order
All methods start with capital letter
Update GitHub Issues/Tasks