GM@TIS2015:Week 4

From MakeICT Wiki
Revision as of 21:58, 2 February 2015 by John Harrison (talk | contribs) (Created page with "''back to home'' = Files = == Examples == {| class="wikitable" |File:lives.gm81 |Move using the arrow keys. Hit the wall a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

back to home

Files

Examples

File:Lives.gm81 Move using the arrow keys. Hit the wall and lose a life. You are invincible for 3 seconds after losing a life. When you lose all of your lives you die. This demo demonstrates lives, variables. changing sprites, changing rooms
File:Enemies.gm81 Avoid the enemies. Every time you hit one, your health drops. Demonstrates showing and changing health, getting enemies to move
File:Bullets.gm81 Move with the arrow keys. Shoot with the space bar! Demonstrates: bullets, setting direction of bullets, changing sprites depending on direction
File:BulletsWithLimits.gm81 As above, except uses a variable to limit fire to 1 per second

Class

  • Start with game showcase
  • Demo the examples above
  • Work Sessions