Beginner C++ Game Programming Tutorial 3

From Chilipedia
Revision as of 23:52, 9 August 2016 by Chili (Talk | contribs) (Created page with "We learn how to control the flow of execution using <code>if</code> statements, we learn about a new variable type called <code>bool</code>, and we learn how to use the Chil...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

  • if statement
  • bool variable type
  • [[Keyboard (Chili Framework)|Keyboard] (Chili Framework-specific concept)

Video Timestamp Index

Coming soon!

See also