Difference between revisions of "Scratch Workshop - Item Collection & Dodge"

From WLCS
(Created page with "'''Objective(s):''' * You will create a Scratch game that allows a player to travel around the screen, collect items, and avoid dangers * You will import or create your own sprit...")
 
Line 1: Line 1:
'''Objective(s):'''
+
'''Objective:'''
 
* You will create a Scratch game that allows a player to travel around the screen, collect items, and avoid dangers
 
* You will create a Scratch game that allows a player to travel around the screen, collect items, and avoid dangers
* You will import or create your own sprite images
+
* Use the following TEMPLATE INSERT HERE to start your game
  
 
'''Game Summary:'''
 
'''Game Summary:'''
Line 9: Line 9:
 
* The player wins when all items are picked up
 
* The player wins when all items are picked up
 
* The player loses when he/she hits a dangerous item
 
* The player loses when he/she hits a dangerous item
 +
 +
'''Player Sprite:'''
 +
# Import a new image or create your own player sprite image to replace the given player
 +
# Analyze the movement given movement code
 +
# Add additional code blocks to enable movement in the other directions
 +
# Hint: You will need more if-statements (Control), key pressing (Sensing), directional movement (Motion)
 +
 +
'''Collecting Items:'''
 +
# Import a new image
 +
 +
'''Dangerous Items:'''

Revision as of 18:18, 22 February 2015

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: