Difference between revisions of "Beginner C++ Game Programming Tutorial 6"
From Chilipedia
(→Homework) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Video Timestamp Index == | == Video Timestamp Index == | ||
− | + | * Intro [https://www.youtube.com/watch?v=kJUjegbqFag&t=0m0s 0:00] | |
− | + | * Current code recap [https://www.youtube.com/watch?v=kJUjegbqFag&t=0m26s 0:26] | |
− | == | + | * Making our first function (very emotional moment) [https://www.youtube.com/watch?v=kJUjegbqFag&t=1m18s 1:18] |
− | + | * Refactoring, making our function more versatile, function parameters [https://www.youtube.com/watch?v=kJUjegbqFag&t=4m46s 4:46] | |
− | + | * Revisiting collision test code because of all the touching [https://www.youtube.com/watch?v=kJUjegbqFag&t=8m21s 8:21] | |
− | + | * More refactoring, collision function [https://www.youtube.com/watch?v=kJUjegbqFag&t=9m20s 9:20] | |
− | + | * More boxes [https://www.youtube.com/watch?v=kJUjegbqFag&t=14m17s 14:17] | |
− | + | * Homework [https://www.youtube.com/watch?v=kJUjegbqFag&t=16m57s 16:57] | |
− | + | ||
− | == | + | |
− | * [ | + | |
− | * [ | + |
Revision as of 00:25, 23 September 2019
Video Timestamp Index
- Intro 0:00
- Current code recap 0:26
- Making our first function (very emotional moment) 1:18
- Refactoring, making our function more versatile, function parameters 4:46
- Revisiting collision test code because of all the touching 8:21
- More refactoring, collision function 9:20
- More boxes 14:17
- Homework 16:57