Game Programming: Assignment 3 and Level Creation - Lecture 11
Offered By: Dave Churchill via YouTube
Course Description
Overview
Explore a comprehensive lecture on game programming, focusing on Assignment 3 for COMP4300. Learn about entity positioning, player mechanics, animations, GUI elements, rendering techniques, and level creation. Dive into code overview sessions covering animation updates, physics overlaps, component systems, and game engine architecture. Gain insights on implementing collision, action, and animation systems, as well as scene switching and GUI rendering. Benefit from assignment hints and recommended implementation order to enhance your game development skills.
Syllabus
- Intro
- Assignment Demo
- README.txt Specification Begin
- Assets
- Entity Positioning
- Player
- Animations
- Decorations
- Tiles
- GUI
- Rendering
- Bonus
- Misc
- Level Creation
- Asset Config File
- Level File
- Code Overview Begin
- Animation update/hasEnded
- Physics GetOverlap
- Components
- GameEngine
- Scene_Play.h
- Scene_Play.cpp
- init / Action Registration
- gridToMidPixel / Grid Explanation
- loadLevel / Example Code
- spawnPlayer / Smaller Systems
- Collision System
- DoAction System
- Animation System
- onEnd / Scene Switching
- GUI / Rendering Systems
- Assignment Hints / Order of Implementation
Taught by
Dave Churchill
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera