Difference between revisions of "Beginner C++ Game Programming Tutorial 20"
From Chilipedia
(Created page with "This is a three-part tutorial in which we play with our balls. Or something. Anyways, we'll finally put all that vector bullshit to good work doing some physics-y type shit....") |
(→Downloads) |
||
Line 17: | Line 17: | ||
== Downloads == | == Downloads == | ||
− | * [https://github.com/planetchili/Fart-Annoyed GitHub repo | + | * [https://github.com/planetchili/Fart-Annoyed GitHub repo for Fart-Annoyed] |
== See also == | == See also == |
Revision as of 00:25, 30 January 2017
This is a three-part tutorial in which we play with our balls. Or something. Anyways, we'll finally put all that vector bullshit to good work doing some physics-y type shit.
Main Concepts Taught
- Delegating constructors (Part 1)
- Range-based for loops (Part 2)
- Semi-fixed (upper-bounded) time step (Part 3)
Notes
The tutorial info for the Sound
system can be found here.
Video Timestamp Index
Homework
TBA