Difference between revisions of "Beginner C++ Game Programming Tutorial 0"

From Chilipedia
Jump to: navigation, search
(Video Timestamp Index)
(Video Timestamp Index)
Line 7: Line 7:
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
 
* Intro [https://youtu.be/mQyF9QANy8U 0:00]
 
* Intro [https://youtu.be/mQyF9QANy8U 0:00]
* Setup of Visual Studio and Framework [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Setup of Visual Studio and [[Chili Framework|Framework]] [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
 
* First Challenge (Homework) [https://youtu.be/mQyF9QANy8U?t=17m29s 6:29]
 
* First Challenge (Homework) [https://youtu.be/mQyF9QANy8U?t=17m29s 6:29]
 
* How to Interact / Get Help [https://youtu.be/mQyF9QANy8U?t=17m29s 8:29]
 
* How to Interact / Get Help [https://youtu.be/mQyF9QANy8U?t=17m29s 8:29]

Revision as of 10:02, 24 July 2016

This tutorial introduces the Beginner C++ Game Programming Series and walks you through the setup required to follow along with Chili. It also explains who the series is intended for, the goals and outline of the series, and tips on how to succeed, but you can skip all that bullshit if you have crippling ADD.

Concepts Taught

Video Timestamp Index

Homework

The homework for this lesson is to experiment with the PutPixel() function and deduce the meanings of the five function parameters. The solution is given at the beginning of the next tutorial.

Download Links

See also