File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
This program makes use of rendering objects to the screen frame by frame; basically animation.
2
+ ___
3
+ Here's what makes this humble program very special to me:
4
+ - My very first graphics programming code
5
+ - My first program using APIs
6
+
2
7
3
- Here's what makes this program very special to me:
8
+ ![ ] ( https://github.com/C-Collamar/2D-Graphics-Programming/blob/master/Controls%20and%20Animation/motion.gif )
9
+
10
+
11
+ CONTROLS:
12
+ * _Up_ Arrow key - moves object up
13
+ * _Down_ Arrow key - moves object down
14
+ * _Left_ Arrow key - moves object to the left
15
+ * _Right_ Arrow key - moves object to the right
16
+ * _Enter_ key - enlarges the object
17
+ * _Backspace_ key - reduces object size
18
+
19
+ ___
20
+ NOTE: I used SDL 2.0.4 at the time of this creation, September 21, 2016.
21
+ ___
You can’t perform that action at this time.
0 commit comments