ScratchData LogoScratchData
Back to JuniLearning's profile

G1.9 Attack of the Clones solution (bonus)

JUJuniLearning•Created February 5, 2018
G1.9 Attack of the Clones solution (bonus)
1
1
49 views
View on Scratch

Instructions

Attack of the Clones! Avoid the ghost clones as they pop up and try to grab the star for extra points. The star is worth 5 points, and every second you stay alive is worth 1 point! Don't touch the ghosts or the edges or you'll die! 1. Build the Spaceship - When the green flag is clicked, start the Spaceship in the middle of the screen (0,0) - Make the Spaceship move forever (without the user having to press a key), you can set it to however fast you like. - Make the Spaceship turn in different directions if the user hits the up, down, left, right keys and continue moving. - For every second that the Spaceship stays alive, give the user a point. - If the Spaceship touches the ghost or the edges, stop its movement and broadcast that the game is over. Add some sort of "game over" sprite or background when this happens. 2. Build the ghost clones + Start the ghost off in a random location. Remember the screen is -240 by 240 on the x axis, and -180 by 180 on the y axis. + Every 3 seconds, make the ghost clone itself. Make the clone show up in a random location as well. + Stop cloning if it receives the broadcast that the game is over. 3. Build the star for extra points (bonus) - Make a star show up in random places that gives the user an extra 5 points! Other bonus: - Add a high score - Add a bolt of lighting that will randomly strike and destroy the Spaceship every five seconds! - Add multiplayer mode, where the two players use different keys to move around! The game ends when one of the player dies.

Project Details

Project ID202221712
CreatedFebruary 5, 2018
Last ModifiedFebruary 5, 2018
SharedFebruary 5, 2018
Visibilityvisible
CommentsAllowed