Beginner C++ Game Programming Tutorial 16

From Chilipedia
Revision as of 14:20, 16 December 2016 by Chili (Talk | contribs)

Jump to: navigation, search

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

Tutorial 16

Homework

The homework is to create a function that draws a solid circle on the screen.

The solution video is coming soon.

Links

See also