Students will be able to...
- Use loops, variables, and Boolean expressions to implement a Super Mario Bros. style platform game.
- Practice good debugging skills to correct issues as they arise while programming.
-
Reference to the Platform Game Project: Easy Platform Game (Download in Word) (Link to PDF)
-
(Optional) Advanced Version of the project: Platform Game (Download in Word) (Link to PDF)
-
(Optional) Printouts of the specification
-
A few suggested themes available for students who may struggle to come up with their own.
-
Suggestions for characters, power-ups, goals, etc.
Duration | Description |
---|---|
Day 1 | |
5 minutes | Welcome, attendance, bell work, announcements |
30 minutes | Review unit topics |
20 minutes | Introduce project |
Days 2-9 | |
5 minutes | Welcome, attendance, bell work, announcements |
10-15 minutes | Review |
30-35 minutes | Lab time |
5 minutes | Exit ticket |
- Review/Introduction
- Play a review game (such as GrudgeBall) to remind students of the skills and concepts have been learned in this unit.
- Basic loops
- Nested loops
- User input
- Conditional blocks
- Advanced (conditional) loops
- Boolean logic
- Remind students that their solutions to previous assignments are an excellent resource when trying to accomplish similar tasks.
- Play a review game (such as GrudgeBall) to remind students of the skills and concepts have been learned in this unit.
- Introduce project
- Walk students through the project specification, pointing out important details, potential pitfalls, and requirements.
- If students are unfamiliar with the concept of a platform game, spend a couple minutes demonstrating one for the class. If you have a SNAP or Scratch version, that works best, but an online game (such as Super Mario Flash) will work as well.
- Discourage students from simply recreating a game they are already familiar with (and using copyrighted assets) and encourage them to be creative and design their own characters and world instead.
- Static screens are somewhat easier to implement than smooth scrolling, but scrolling is doable with some scaffolding.
- Walk students through the project specification, pointing out important details, potential pitfalls, and requirements.
- Project
- This project is a summative assessment for the unit. Students should be demonstrating mastery of all the skills covered.
- Most students will require roughly 6-10 hours of total work time to complete the project
- Assess the progress of your students regularly using such techniques as asking them to demonstate their incomplete programs, tracking questions asked during lab time, and/or utilizing peer reviews.
- Adjust the amount of time allowed for the project to fit the needs of your students
- It is vital that nearly all students complete the project before moving on
- If most students have the ability to work on SNAP assignments at home, the amount of in-class time provided can be reduced if necessary.
- If this approach is taken, be sure to make accommodations for students who are not able to work at home, such as after school lab hours
- Ensure that students are able to ask questions in class throughout the project
- See the standard Lab Day Lesson for detailed plans for lab days.
- Sample project solution
- If any students do not have the ability to work at home, ensure enough in-class time is provided to complete the assignment, offering extensions if necessary.
- Advanced students can be encouraged to extend their games beyond the minimum required number of screens, add more features (power-ups, "boss" enemies, secret screens, etc.), create multiple "levels" that must be worked through, or any other extension.
- Struggling students can be exempted from certain requirements or given starter code.
- If scaffolding this project, provide code to perform some of the various actions required in the game (changing screens, moving the character, defeating enemies, etc.) and ask the students to fill in the triggers and conditions for using these routines.