Beginner C++ Game Programming Tutorial 3
From Chilipedia
We learn how to control the flow of execution using if statements, we learn about a new variable type called bool, and we learn how to use the Chili Framework to get keyboard input.
Concepts Taught
-
ifstatement -
boolvariable type -
Keyboard(Chili Framework-specific concept)
Video Timestamp Index
Coming soon!
See also
- Next in series (Tutorial 4)
- Beginner C++ Game Programming Series