Difference between revisions of "Beginner C++ Game Programming Tutorial 8"
From Chilipedia
(→Downloads) |
|||
Line 14: | Line 14: | ||
The solution is given in a future video. | The solution is given in a future video. | ||
+ | |||
+ | == Image to PutPixel Tools == | ||
+ | |||
+ | * [http://www.planetchili.net/forum/viewtopic.php?f=3&t=925#p1011 fukbmp] - a barebones tool by Chili | ||
+ | * [http://www.planetchili.net/forum/viewtopic.php?f=3&t=991 Custom Sprites 1.5] - a nicer tool by LuX | ||
+ | * [http://forum.planetchili.net/viewtopic.php?f=3&t=3612 Tristans PutPixel Puker] - another sexy tool by Tristan | ||
== Downloads == | == Downloads == |
Revision as of 00:52, 10 September 2016
Mr. DeBugger is a real sir.
Contents
[hide]Concepts Taught
-
+=
and-=
operators - Constructors
-
#include <header>
- Using
std::mt19973
andstd::uniform_int_distribution<int>
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
- fukbmp - a barebones tool by Chili
- Custom Sprites 1.5 - a nicer tool by LuX
- Tristans PutPixel Puker - another sexy tool by Tristan