Files
Failed to load latest commit information.
game-loop
Folders and files
Name | Name | 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.