Scratch Workshop - Item Collection & Dodge

From WLCS
Revision as of 18:18, 22 February 2015 by Admin (talk | contribs)

Objective:

  • You will create a Scratch game that allows a player to travel around the screen, collect items, and avoid dangers
  • Use the following TEMPLATE INSERT HERE to start your game

Game Summary:

  • The player will be able to move around
  • The player will be able to collect items
  • The player must avoid dangers like "mines" or "traps"
  • The player wins when all items are picked up
  • The player loses when he/she hits a dangerous item

Player Sprite:

  1. Import a new image or create your own player sprite image to replace the given player
  2. Analyze the movement given movement code
  3. Add additional code blocks to enable movement in the other directions
  4. Hint: You will need more if-statements (Control), key pressing (Sensing), directional movement (Motion)

Collecting Items:

  1. Import a new image

Dangerous Items: