Skip to content

Real-Time Strategy game written with C# and Unity 3D Game Engine

Notifications You must be signed in to change notification settings

bpred754/Imperium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imperium

  1. Create directory in desired location
  2. Open terminal(Mac)/ Git Shell(PC) and navigate to created directory
  3. Run 'git init'
  4. Set remote repository by running 'git remote add imperium https://github.com/bpred754/Imperium.git'
  5. Pull files from repository with 'git pull https://github.com/bpred754/Imperium.git'
  6. *Sources: http://www.newthinktank.com/2014/04/git-video-tutorial/ and http://www.newthinktank.com/2014/04/git-video-tutorial-2/

Commit Check List

  1. Code is up to date with repository and no conflicts
  2. Remove all Debug.Log() statements
  3. Remove all unnecessary comments
  4. All scene additions are in code
  5. All methods are in alphabetic order
  6. All methods start with capital letter
  7. Update GitHub Issues/Tasks

About

Real-Time Strategy game written with C# and Unity 3D Game Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages