Difference between revisions of "GM@TIS2015:Week 4"

From MakeICT Wiki
Jump to navigationJump to search
(Created page with "''back to home'' = Files = == Examples == {| class="wikitable" |File:lives.gm81 |Move using the arrow keys. Hit the wall a...")
 
 
Line 9: Line 9:
 
|Avoid the enemies. Every time you hit one, your health drops. Demonstrates showing and changing health, getting enemies to move
 
|Avoid the enemies. Every time you hit one, your health drops. Demonstrates showing and changing health, getting enemies to move
 
|-
 
|-
|[[File:bullets.gm81]]
+
|[[File:Easybullets.gm81]]
|Move with the arrow keys. Shoot with the space bar! Demonstrates: bullets, setting direction of bullets, changing sprites depending on direction
+
|Move with the arrow keys. Shoot with the space bar! Demonstrates: bullets, setting direction of bullets
 
|-
 
|-
|[[File:bulletsWithLimits.gm81]]
+
|[[File:lessEasybullets.gm81]]
 +
|As above, except the bullet sprite changes depending on the direction of the bullet
 +
|-
 +
|[[File:advancedBullets.gm81]]
 
|As above, except uses a variable to limit fire to 1 per second
 
|As above, except uses a variable to limit fire to 1 per second
 
|}
 
|}

Latest revision as of 22:08, 2 February 2015

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:Easybullets.gm81 Move with the arrow keys. Shoot with the space bar! Demonstrates: bullets, setting direction of bullets
File:LessEasybullets.gm81 As above, except the bullet sprite changes depending on the direction of the bullet
File:AdvancedBullets.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