Completed
- Explaining the game app that we'll build?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Your First C++ GUI Game - Build Game GUI Apps in C++
Automatically move to the next video in the Classroom when playback concludes
- 1 - Explaining the game app that we'll build?
- 2 - Creating the project
- 3 - Creating the class and constructors
- 4 - Generating the data
- 5 - Creating the User Interface for the game
- 6 - Connecting the UI and the data
- 7 - Handling the events
- 8 - Completing the logic of the app
- 9 - Fixing bugs in the game
- 10 - My tips for app improvement