Difference between revisions of "Intermediate C++ Game Programming Tutorial 12"
From Chilipedia
(Created page with "In this tutorial Chili shows us an example of how to create a class for an animated sprite, and how to use a collection of these animated sprites to create a walking character...") |
(No difference)
|
Revision as of 22:38, 7 September 2017
In this tutorial Chili shows us an example of how to create a class for an animated sprite, and how to use a collection of these animated sprites to create a walking character class.
Contents
Topics Covered
- Animated sprite class design
- Walking character class design
Video Timestamp Index
Source Code
Download Materials
Homework
None!