Skip to content

Files

Latest commit

9e9fb11 · Nov 18, 2016

History

History

Controls and Animation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 18, 2016
Nov 18, 2016
Nov 18, 2016

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.