-
View Details
Coding with Scratch is a free, online class that will teach you how to program using Scratch, a graphical programming language and online community where you can create your own interactive stories, games, and animations — and share your creations with others around the world.
Get started with Scratch. Complete all 5 challenges to earn the Scratch Ninja badge and be eligible for weekly prizes. By: Pursuitery
#monthofcode
Badges you can earn for this challenge
-
Activity Directions
Description:
200 Level - You've had some practice

In most computer games, you don't have just one opponent to confront - there are many. A single opponent is not much of a challenge unless they are very strong or fast. In order to make the game challenging for players you need to have lots of opponents - sometimes even a horde. But how do you make a horde? We don't want to have to make dozens of sprites and scripts for each one.
Fortunately we dont have to. We can create one sprite and make as many copies of it as we want with cloning.
In this challenge you will need to create an sprite that can be cloned multiple times. Use the Random number generator to spread your clones out and create a challenge for the player. As an extra, use the clone tool to create multiple projectiles (arrows, bullets etc).

The video will show you the basics of how to create and control your clones. But it is up to you how to build your game. Make sure you have a way to defeat the clones. Your game should be difficult, but not too difficult.

This game may give you some ideas
Enter Your Submission
Past Submissions