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]
* Why C++ [https://youtu.be/mQyF9QANy8U 0:00]
+
* Why C++ [https://youtu.be/mQyF9QANy8U?t=0m55s 0:55]
* Overview of entire curriculum [https://youtu.be/mQyF9QANy8U 0:00]
+
* Overview of entire curriculum [https://youtu.be/mQyF9QANy8U?t=1m57s 1:57]
* Required software, hardware, and knowledge [https://youtu.be/mQyF9QANy8U 0:00]
+
* Required software, hardware, and knowledge [https://youtu.be/mQyF9QANy8U?t=2m44s 2:44]
* Setup of Visual Studio and [[Chili Framework|the Framework]] [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Setup of Visual Studio and [[Chili Framework|the Framework]] [https://youtu.be/mQyF9QANy8U?t=3m26s 3:26]
* Don't freak out about the Framework [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Don't freak out about the Framework [https://youtu.be/mQyF9QANy8U?t=4m22s 6:05]
* Talk about the solution folder and source files [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Talk about the solution folder and source files [https://youtu.be/mQyF9QANy8U?t=7m52s 7:52]
* Configuration of the Visual Studio UI [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Configuration of the Visual Studio UI [https://youtu.be/mQyF9QANy8U?t=8m57s 8:57]
* First compile and run [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* First compile and run [https://youtu.be/mQyF9QANy8U?t=9m52s 9:52]
* Yo where the .exe at tho? [https://youtu.be/mQyF9QANy8U?t=11m29s 3:29]
+
* Yo where the .exe at tho? [https://youtu.be/mQyF9QANy8U?t=11m13s 11:13]
* First line of code and challenge (Homework) [https://youtu.be/mQyF9QANy8U?t=17m29s 12:29]
+
* First line of code and challenge (Homework) [https://youtu.be/mQyF9QANy8U?t=12m07s 12:07]
* How to interact with Chili / get programming help [https://youtu.be/mQyF9QANy8U?t=17m29s 8:29]
+
* How to interact with Chili / get programming help [https://youtu.be/mQyF9QANy8U?t=14m27s 14:27]
  
 
== Homework ==
 
== Homework ==

Revision as of 16:21, 30 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

  • Intro 0:00
  • Why C++ 0:55
  • Overview of entire curriculum 1:57
  • Required software, hardware, and knowledge 2:44
  • Setup of Visual Studio and the Framework 3:26
  • Don't freak out about the Framework 6:05
  • Talk about the solution folder and source files 7:52
  • Configuration of the Visual Studio UI 8:57
  • First compile and run 9:52
  • Yo where the .exe at tho? 11:13
  • First line of code and challenge (Homework) 12:07
  • How to interact with Chili / get programming help 14:27

Homework

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

Download Links

See also