Skip to content

Instantly share code, notes, and snippets.

Created January 6, 2015 13:12
Show Gist options
  • Save anonymous/33d2c777ea5bf911ea2d to your computer and use it in GitHub Desktop.
Save anonymous/33d2c777ea5bf911ea2d to your computer and use it in GitHub Desktop.
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Character Sets
author Chris Pickel
homepage www.puzzlescript.net
========
OBJECTS
========
Background
Black
Start
Black
Player
Red
00.00
0...0
.....
0...0
00.00
Pangram
Brown LightBrown
.00.0
0000.
.0.0.
.111.
11111
AsciiLetters
White
.000.
0...0
00000
0....
.000.
AsciiNumbers
White
0....
0....
0..0.
00000
...0.
AsciiPunctuation
White
00..0
00.0.
..0..
.0.00
0..00
=======
LEGEND
=======
. = Background
@ = Player and Start
P = Pangram
e = AsciiLetters
4 = AsciiNumbers
% = AsciiPunctuation
Marker = Pangram or AsciiLetters or AsciiNumbers or AsciiPunctuation
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Start
Marker
Player
======
RULES
======
late [Player Pangram] -> Message ############ Pangram ############# The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz.
late [Player AsciiLetters] -> Message ######### ASCII Letters ########## Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz
late [Player AsciiNumbers] -> Message ######### ASCII Numbers ########## 0 1 2 3 4 5 6 7 8 9
late [Player AsciiPunctuation] -> Message ####### ASCII Punctuation ######## "Tic. Tac! Toe?" We'll, hmm; here: ~@#$%^&_£ =+-*/|\ (paren) [bracket] {brace} <croc>
late [Player Marker] [Start] -> [Marker] [Player Start]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
e...%
..@..
P...4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment