Sunday, 19 October 2025

4. VISUAL PROGRAMMING - Scratch Games- 4PINF

 


Challenge 1: A dodge game

- 2 sprites, 3 lives (variable), 2 backdrops
- Sprite 1 moves randomly.
- Sprite 2 moves with the arrow keys to dodge Sprite 1.
-  You start with 3 lives, and every time you touch Sprite 1 you loose one life.
- When lives come to 0, change the backdrop showing Game Over and stop all.

ADVANCED: Create a new sprite that moves ramdomly and when you touch it you can have an extra live!!

Challenge 2: A clicker game with fallling objects
Watch the tutorial you find in the Scratch webpage:
Also follow the instructions to this link for creating falling objects

ADVANCED: Create other objects falling with a diffirent score. You can also add sprites to loose points or even to end the game. 
>> Create a line at the botton and in case the sprite comes to the floor you loose one live!

Challenge 3: A catch game with falling objects

Or watch this video:


ADVANCED
- When the falling object touches the floor you loose one point
- If you get to -1 points the game is over (change backdrop and stop all)
- Create another falling object moving faster with extra score

No comments:

Post a Comment