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

From Chilipedia
Jump to: navigation, search
(Concepts Taught)
Line 1: Line 1:
Mr. DeBugger is a real sir.
+
We make our first game. So goddamn sweet. Not shitty at all.
  
 
== Concepts Taught ==
 
== Concepts Taught ==
Line 26: Line 26:
  
 
== See also ==
 
== See also ==
 +
* [https://www.patreon.com/planetchili Planet Chili Patreon]
 
* [[Beginner C++ Game Programming Tutorial 9|Next in series (Tutorial 9)]]
 
* [[Beginner C++ Game Programming Tutorial 9|Next in series (Tutorial 9)]]
 
* [[Beginner C++ Game Programming Series]]
 
* [[Beginner C++ Game Programming Series]]

Revision as of 00:54, 10 September 2016

We make our first game. So goddamn sweet. Not shitty at all.

Concepts Taught

  • += and -= operators
  • Constructors
  • #include <header>
  • Using std::mt19973 and std::uniform_int_distribution<int> to generate random numbers

Video Timestamp Index

Coming soon!

Homework

Make the poos move around the screen and rebound when they hit the edges.

The solution is given in a future video.

Image to PutPixel Tools

Downloads

See also