IPM Lesson 2

From Soma-notes
Revision as of 21:26, 14 November 2018 by Soma (talk | contribs) (→‎Program)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Program

Tasks

  1. Change the player to be a more interesting sprite
  2. Give the player multiple sprites and have them change over time (like the bouncer does)
  3. Make the "hit area" bigger so the score goes up any time any part of the player touches any part of the bouncer. Hint: What is the size of the sprites?
  4. Make a background map. The player and bouncer should stay within one part of the map, while the score is outside of it. (Hint: look at how tetris does this)