Difference between revisions of "Beginner C++ Game Programming Tutorial 13"
From Chilipedia
(→Homework) |
(→Homework) |
||
Line 13: | Line 13: | ||
# Make the square's color pulsate and make a meter that keeps track of how many times the goal was reached. | # Make the square's color pulsate and make a meter that keeps track of how many times the goal was reached. | ||
− | The solution is given in | + | The solution is given in [https://www.youtube.com/watch?v=g4Xwf8XK2Ew this] video. |
== Downloads == | == Downloads == |
Revision as of 14:00, 18 November 2016
In this lesson we learn about the bomb-ass data structure known as the array, the granddaddy of them all. We also learn about boring shit like the automatically-generated default constructor (BOOOOORIIIIING! NEEEEEERRRD!).
Concepts Taught
- Arrays
- Default Constructor
- Using
assert
s
Video Timestamp Index
Coming soon!
Homework
- Make it so that touching the poo is game over and the goal is to reach a square.
- Make the square's color pulsate and make a meter that keeps track of how many times the goal was reached.
The solution is given in this video.
Downloads
The starting code for Tutorial 13 is here.