title Zombie Invasion author Owen homepage www.puzzlescript.net ======== OBJECTS ======== Background (special, automatically placed in its own layer) darkgreen 00000 00000 00000 00000 00000 Player (Required by game) PINK 00000 00000 00000 00000 00000 Zombie gray 00000 00000 00000 00000 00000 Goal black 00000 00000 00000 00000 00000 Wall GREEN 00000 00000 00000 00000 00000 ======= LEGEND ======= . = Background P = Player * = Zombie G = Goal # = Wall ========= SOUNDS ========= Player Move 92281305 EndLevel 31700902 ================ COLLISIONLAYERS ================ Background Goal Player, Zombie, Wall ====== RULES ====== [ Zombie | ... | Player ] -> [ > Zombie | ... | Player ] [ > Zombie | Wall ] -> [ < Zombie | Wall ] [ > Zombie | Player ] -> [ Zombie | Zombie ] message You were eaten by a zombie. Press r to restart! ============== WINCONDITIONS ============== some Player on Goal ======= LEVELS ======= ############# #...........# #...........# #.........G.# #....*......# #...........# #........*..# #..P........# #.....*.....# #...........# ############# message You win!