team-thirtyfour / js13kgame

Glitch or die trying
https://team-thirtyfour.github.io/js13kgame/
1 stars 1 forks source link

Glitch ideas #7

Open jeremy-flusin opened 8 years ago

jeremy-flusin commented 8 years ago

Post as comments your ideas of levels and glitches !

set_gravity - Changes the gravity of the level. Can be useful to cross big gaps by jumping. Levels can also contain spikes to prevent player from using this command too much.

set_time / frequency - Changes the fire frequency of enemy's lasers (...?)

set_life - Updates the player's lifebar. Useful to cross levels full of fire.

set_clip - True or False. On false, the player is non collidable, and can cross obstacles.

set_width / height - Set player's width or height, to cross little or big holes on plateforms...

jeremy-flusin commented 8 years ago

set_speed - Set the player's speed so he can cross the door before it closes...

What do you think ?

manland commented 8 years ago

set_color : if player is on red color (fire) and user set_color=red ==> no damage !?