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

From Chilipedia
Jump to: navigation, search
(Created page with "Remember that movie, Field of Dreams starring Kevin Costner? No? Well neither do I, but this is a lot like that, minus the baseball, the Kevin Costner, the corn, and a lot of...")
 
(Homework)
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/UqN9svru_rg Tutorial 23.1]
+
[https://youtu.be/DkjOZ_Hlqbs Tutorial 23.1]
 +
 
 +
[https://youtu.be/_ss9u40AOSI Tutorial 23.2]
  
 
== Homework ==
 
== Homework ==
  
We will see.
+
Center the field on the screen and make it so that there is a proper win condition.
 +
 
 +
The solution video is [https://www.youtube.com/watch?v=2n29D6V0bZo here].
  
 
== Downloads ==
 
== Downloads ==

Latest revision as of 16:34, 18 May 2017

Remember that movie, Field of Dreams starring Kevin Costner? No? Well neither do I, but this is a lot like that, minus the baseball, the Kevin Costner, the corn, and a lot of other stuff. But it has memes, and they will kill you.

Main Concepts Taught

  • Forking a repo on GitHub
  • Overloading a getter with const and non-const versions
  • Mapping mouse input to a game grid
  • Event-driven mouse input

Video Timestamp Index

Tutorial 23.1

Tutorial 23.2

Homework

Center the field on the screen and make it so that there is a proper win condition.

The solution video is here.

Downloads

See also