In our parkour game the main character is called Leako. Leako has to jump duck and climb his way through six levels.
Our team decided to create a video game using Scratch. We brainstormed ideas and landed on a parkour game. In a parkour game you have to jump on platforms, avoid obstacles, and get to the last level. This game is challenging to code. We started by coding a play screen and then moved to a level select. Next we needed to make the scenes. In Scratch that is called a backdrop. We hand drew different backgrounds that look like you are outside with trees.
Now we needed to move into character mechanics - how it moved and looked. Our character is called Leako who is a little guy with a hat. He moves using the wasd keys which are coded using if statements in forever loops.
Each level contains a challenge that is different from the previous ones. To code this I needed to create obstacle sprites and program them to interact with Leako so that if touched you have to restart level.
Use A D to move
Use W to jump
Use S to duck
Avoid red blocks
There are 6 levels