Skip to content

Commit 9e9fb11

Browse files
authored
Update README.md
1 parent 6d1713d commit 9e9fb11

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Controls and Animation/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
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+
27

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+
___

0 commit comments

Comments
 (0)