Skip to content

Instantly share code, notes, and snippets.

@jcmiller11
Created September 3, 2019 01:15
Show Gist options
  • Select an option

  • Save jcmiller11/05eda5de9a2f816d5b7fb950835339e0 to your computer and use it in GitHub Desktop.

Select an option

Save jcmiller11/05eda5de9a2f816d5b7fb950835339e0 to your computer and use it in GitHub Desktop.
Really Simple Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Really Simple Game
author corey
homepage www.puzzlescript.net
========
OBJECTS
========
Background
Lightgreen
Goal
Red
Wall
Grey
Player
Blue
=======
LEGEND
=======
. = Background
P = Player
G = Goal
# = Wall
================
SOUNDS
================
================
COLLISIONLAYERS
================
Background
Goal
Player, Wall
================
RULES
================
==============
WINCONDITIONS
==============
All Player on Goal
=======
LEVELS
=======
P#...#G
.#.#.#.
.#.#.#.
.#.#.#.
...#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment