Beginner C++ Game Programming Tutorial 8

From Chilipedia
Revision as of 14:55, 25 September 2019 by Ap (Talk | contribs) (Downloads)

Jump to: navigation, search

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

Concepts Taught

  • += and -= operators
  • Writing code in a constructor
  • #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 this video.

Image to PutPixel Tools

Downloads

See also