https://github.com/bpred754/imperium
Real-Time Strategy game written with C# and Unity 3D Game Engine
https://github.com/bpred754/imperium
Last synced: 4 months ago
JSON representation
Real-Time Strategy game written with C# and Unity 3D Game Engine
- Host: GitHub
- URL: https://github.com/bpred754/imperium
- Owner: bpred754
- Created: 2015-05-25T23:13:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T14:06:35.000Z (almost 11 years ago)
- Last Synced: 2025-07-07T14:08:05.524Z (11 months ago)
- Language: C#
- Homepage:
- Size: 749 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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'
6. Pull files from repository with 'git pull https://github.com/bpred754/Imperium.git'
7. *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