-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skystone notes.txt
43 lines (28 loc) · 952 Bytes
/
Skystone notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Skystone Project C++
To add new AI, add a new component class that inherits from component.h
To get new repo do
git clone <name of url here>
git status
views current state of the repo!
Git shell
upload new files/commit
git add . use git add --all
git status
1. git commit -m "Add basic enemy movement"
2. git pull origin master : downloads from git
3. git push origin master : uploads to git
1. KEEP STUFF for myself.
1. git stash push
2. git pull
3 git stash pop
//urls for fetch and push
git remote -v
//returns to previous pull/build. use only when I mess up
git reset --hard
//git diff for file conflicts fix the **vcxproj file
********IDEAS********************
THEME - SKY PIRATES / anti-hero
-protagonist starts without any weapons
-protaginst can pick up/drop environmental objects i.e. crates,weapons,boxes, etc.
-2 level formats sky city/ flying steam punker ships
AI - make enemy follow player within a radius of detection