Difference between revisions of "Beginner C++ Game Programming Tutorial 24"
From Chilipedia
(→Downloads) |
(→Downloads) |
||
Line 13: | Line 13: | ||
== Downloads == | == Downloads == | ||
− | * [https://github.com/planetchili/memesweeper GitHub repo for Memesweeper] (Check out the <span style="color: | + | * [https://github.com/planetchili/memesweeper GitHub repo for Memesweeper] (Check out the <span style="color:purple">threadmedaddy</span> branch for some realtime visualization of the recursion algorithm!) |
== See also == | == See also == |
Revision as of 20:48, 23 May 2017
Don't fool around with this stuff. Last week a programmer was found dead in the shower here. Apparently the instructions on the shampoo bottle read: Lather. Rinse. Repeat.
Main Concepts Taught
- Recursion
Video Timestamp Index
Homework
Nope!
Downloads
- GitHub repo for Memesweeper (Check out the threadmedaddy branch for some realtime visualization of the recursion algorithm!)