Day 5 AM Session Plan
This session introduces students to creating the Neuroblast game
Session Introduction
TEACHER LED
What Are We Doing?
Seting up Game States
Adding Player and Enemies
Adding Firing and Damage
Adding Game UI
Neuroblast - Creating the Game
SELF-PACED
- The students can change the variables for the game to change the enemy spawn rate, bullet speed and firing speed, and other variables set up in the constants file.
Students will learn:
How to set up the project
Creating the menu and game loop
Adding player and enemies
Setting up enemy spawning
Adding bullets and damage to enemies
Adding bullets and damage to the player
Displaying the health and score for the game