Difference between revisions of "Beginner C++ Game Programming Tutorial 16"
From Chilipedia
(→Homework) |
|||
Line 15: | Line 15: | ||
The homework is to create a function that draws a solid circle on the screen. | The homework is to create a function that draws a solid circle on the screen. | ||
− | The solution video is | + | The solution video is [https://youtu.be/EXsnvWI_2nc here]. |
== Links == | == Links == |
Revision as of 12:34, 24 December 2016
In this video we learn how to float
our boat, and how to get type cast.
Topics Covered
- The
float
data type - Converting from one data type to another with type casts
- Compiler warnings
Poo Sound
The version of the Poo Game used in this tutorial has been enhanced with the addition of sound effects. Check out this page for more information on adding sound to your Chili Framework creations.
Video Timestamp Index
Homework
The homework is to create a function that draws a solid circle on the screen.
The solution video is here.