Difference between revisions of "Intermediate C++ Game Programming Tutorial 12"

From Chilipedia
Jump to: navigation, search
(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...")
 
(Video Timestamp Index)
Line 6: Line 6:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/uHZmTmTRdkA Tutorial 12]
+
[https://youtu.be/KXn7-5zg3J4 Tutorial 12]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 00:42, 8 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.

Topics Covered

  • Animated sprite class design
  • Walking character class design

Video Timestamp Index

Tutorial 12

Source Code

Sprite Repo

Download Materials

Homework

None!

See also