This program makes use of rendering objects to the screen frame by frame; basically animation.
Here's what makes this humble program very special to me:
- My very first graphics programming code
- My first program using APIs
CONTROLS:
- Up Arrow key - moves object up
- Down Arrow key - moves object down
- Left Arrow key - moves object to the left
- Right Arrow key - moves object to the right
- Enter key - enlarges the object
- Backspace key - reduces object size
NOTE: I used SDL 2.0.4 at the time of this creation, September 21, 2016.