GameLab: Platform Jumper Extension Project
(a class mini-project/extension project)
(a class mini-project/extension project)
The class Platform Jumper Extension Project is an extension of the Platform Jumper game project that was created in Lesson 26: Using the Game Design Process from the Unit 3: Interactive Animations and Games unit from the Code.org Computer Science Discoveries curriculum.
At the end of Lesson 26 you should have created a simple, working Platform Jumper game.
For this project extension you will add new coding structures to create an improved version of this Platform Jumper game. What coding structures you add is up to you but your additions must improve the game in some way.
This project extension will be completed as a mini-project (rather than a full project) which means that we won't do a formal programming journal nor will we complete any peer evaluations as part of the project. You will just submit a final draft when you are finished.
Login to Code.org
Navigate to Lesson 26 from the Interactive Animations and Games unit and find the level that contains your final Platform Jumper project.
There are two buttons at the top of your GameLab project window: SHARE and REMIX.
Select the REMIX button. This will make a new copy of your project and add it to your list of projects in Code.org.
On the top menu bar of your REMIXED project, click on the RENAME option and rename your file using the following naming convention:
ProjectName Version Semester LastName, First Name
Here are the details for this project:
ProjectName = Platform Jumper Extension
Version = V.2.0.0
Semester = F22 (for Fall 2022. If it is no longer Fall of 2022, make the appropriate change (F23, F24, etc.) to the code for your semester.)
LastName = [yourlastname]
FirstName = [yourfirstname]
If I was naming this project for myself, it would look like this:
PlatformJumperExtension V.2.0.0 F22 Cross, John
Your name should look exactly like mine except it should have YOUR name at the end (not my name).
Now you are ready to continue the rest of your build.
Add a new coding structure(s) to improve your game.
Remember, you can add anything you like but whatever you add should be both an addition to what you originally had in Lesson 26 AND your addition should create a clear improvement over the original game.
[Hidden]
Be sure you include multiline comments at the begging of your code that include the following:
Name
Date
Semester (F22, S23, etc.)
And a description of the new elements you incorporated into your project extension and WHY you think those additions improve your game.
Review the project requirements and make sure you have all the necessary elements for your submission:
Is everything working properly?
Does the new coding structure(s) you added to the game make an obvious improvement from the original?
Make sure you are aware of the DUE DATES and DEADLINES for your final submission. All DUE DATE and DEADLINE information will be posted in the Daily Class Announcements.
Use the Class Projects: Submission Forms page to submit your final project.