Completed
- Level Creation & Specification
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Game Programming: Assignment 3 Overview and Implementation - Lecture 11
Automatically move to the next video in the Classroom when playback concludes
- 1 - Preroll & Mic Not Working
- 2 - Mic Working & Greetings
- 3 - Assignment 3 Demo
- 4 - README Program Specification
- 5 - Assets Explained
- 6 - Entity Position is Center
- 7 - Player Specification
- 8 - Animation Specification
- 9 - Decoration Entities
- 10 - Tile Entities
- 11 - Debug Keys T/C/G
- 12 - Rendering is Done For You
- 13 - Bonus Marks
- 14 - Misc Game Controls
- 15 - Level Creation & Specification
- 16 - Level Geometry & gridToMidPixel Function
- 17 - Project File Structure
- 18 - Animation Class
- 19 - Physics Class
- 20 - Scene_Play Class
- 21 - Scene_Play::init and Register Actions
- 22 - Assignment Hints / Order of Coding
- 23 - Debugging Hotkeys
- 24 - Animations Can Be Done Whenever
- 25 - Scene_Play::loadLevel
- 26 - Scene_Play::spawnPlayer
- 27 - New Entity/Component Syntax
- 28 - Implement WASD Controls & Movement
- 29 - Scene_Play::spawnBullet
- 30 - Physics::GetOverlap
- 31 - Implementing Collisions
- 32 - Collision Notes
- 33 - Finish Movement / Gravity
- 34 - Lifespan / Animation Systems / OnEnd
- 35 - Marking Scheme