Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

game-loop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Outcome: The student can use the game loop and update design patterns to program games.

1. In Game, implement the game-loop design pattern. Each frame, calculate delta-time and update the player!
2. In Player, implement the update design pattern. Each frame, animate the player.