GameDevClub: Platformer Expansion - Teacher Notes
Students will use these tutorials to expand upon what they've learned in "GameDevClub: Platformer" to create a richer, more complex platform game with advanced game mechanics.
They cover improved player controls, player animations and effects, improved camera controls, improvements to shooting different kinds of projectiles, improved obstacles and enemies, displaying story dialog, improved collectables, the ability to slide down walls and jump off them, and player lives with respawning.
Programming Concepts:
- Inputs
- Outputs
- Event-driven programming
- Sequencing
- Iteration (loops)
- Variables
- Data types
- If-then-else control structures
- Selection
- Comparative operators
- Logical operators
- Functions
- Variable scope
- For-loops
The following teacher notes cover what students will learn in each session.