https://www.teacherspayteachers.com/Product/Code-Donkey-Kong-Game-with-Scratch-11601387
Step 1: Download files for your characters (sprites) or chose from sprite library.
- Mario
- Peach
- Donkey Kong
Step 2: Design The Backdrop & Game Layout
- Use the Paint Tool to draw your platforms.
- Draw Thick lines (pt. 6-10)
Step 3: Program The Game
Mario’s Functions
1. Run left and right | Movement | ||
2. Climb up and down ladders | Costume | ||
3. Jump | Costume |
Jump
This will program to make mario jump when you press space bar.
Barrel Actions
- Make barrels reappear and disappear
- Make barrels fall down
- Lose a life if barrel touches mario
More to code:
Multple events and actions for sprites.
- Score points when jump over barrels
- Score points (and win game) when touch princess
- Die when touch barrel
- Make Donkey Kong die on success
- Lose lives
You must be logged in to post a comment.