15: Platform Playhouse (Part 01)
Learning Target
- Create a scene and change its background color
- Create a platformer objects
- Center the camera on the player
Resources
If you tend to finish your assignments early, I recommend finding assets that are more to your desired theme.
Full Download:
PlatformerTutorialResources.zip
Individual Sprites:
| Stand | Jump | Walk |
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Environment Sprites:
| Grass | Half Grass | Bush | Bridge | Cloud |
![]() |
![]() |
![]() |
![]() |
![]() |
Instructions
This will prevent you from earning a reasonable score.
Step 1:
We need to be sure we are not saving the new game into the same folder as another game project.
- Go to your Game Programming folder in your H: drive
- Create a new folder called Platform Playhouse
Step 2:
Create an empty game in your new folder.
Add a scene and set its background color.
Then, add a cloud (or other sky object) to your scene.
Written Tutorial: https://wiki.gdevelop.io/gdevelop5/tutorials/platformer/
(You do not need to download the zip file in the tutorial since you can choose your own images and sounds or use the file included above)
Save your game now!
Step 3:
Create your player. Then, set up the camera to follow your player.
Written Tutorial: https://wiki.gdevelop.io/gdevelop5/tutorials/platformer/part-2/
Save your game now!
Step 4:
Add a functional platform to your game.
Written Tutorial: https://wiki.gdevelop.io/gdevelop5/tutorials/platformer/part-3/
Save your game now!
Step 5:
Add an animation for a Jumping state of your character (unless you already have one). Then, make it work!
Tutorial: https://wiki.gdevelop.io/gdevelop5/tutorials/platformer/part-4/
Save your game now!
Step 6:
Add the code needed to return to your idle animation when you hit the ground.
Written Tutorial: http://wiki.compilgames.net/doku.php/gdevelop5/tutorials/platformer/part-4
Save your game now!
Step 7:
Be sure your own events are used to make the Idle and Jump animations work. These are required to earn full credit for this assignment!
Make any changes or additions that are necessary.
Save your game now!
Extension:
Would you like your character to point in the direction you are moving? You can do that by adding a couple keyboard events.

Grading
| Your submission... | Your grade... |
|---|---|
|
Extended
|
A+ |
|
Exceptional
|
A |
|
Good
|
B |
|
Reasonable
|
C |
|
Needs Improvement
|
D |
|
Insufficient
|
F |
| Scores may be rounded to the nearest whole number. | |














