Skip to content

Instantly share code, notes, and snippets.

@YunusKongrad
Created April 30, 2025 20:36
Show Gist options
  • Save YunusKongrad/ec89c6c97eb22d26847b5f2788d0f9e9 to your computer and use it in GitHub Desktop.
Save YunusKongrad/ec89c6c97eb22d26847b5f2788d0f9e9 to your computer and use it in GitHub Desktop.
Try My Nums (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Try My Nums
author Yunus KONGRAG
homepage www.puzzlescript.net
========
OBJECTS
========
Background
gray darkblue
11111
10001
10001
10001
11111
Target
Orange
00000
0...0
0...0
0...0
00000
TargetTwo
Pink
00000
0...0
0...0
0...0
00000
TargetThree
blue
00000
0...0
0...0
0...0
00000
Wall
red
Wall2
red darkred
00000
00000
00000
11111
11111
Player
blue lightblue red white black
00000
.323.
.222.
11411
1...1
Box
orange
.....
.000.
.000.
.000.
.....
Box2
Pink
.....
.000.
.000.
.000.
.....
Box3
blue
.....
.000.
.000.
.000.
.....
Killer
darkgreen green
00000
01010
00100
01010
00000
=======
LEGEND
=======
. = Background
# = Wall
P = Player
O = Target
$ = Box
W = Wall2
K = Killer
T = TargetTwo
B = Box2
C = TargetThree
N = Box3
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Box, Killer, Box2, Box3
Player, Wall, Wall2, Target, TargetTwo, TargetThree
======
RULES
======
[ > Player | Target ] -> [ > Player | > Target ]
[ < Player | Target ] -> [ < Player | < Target ]
[ > Player | TargetTwo ] -> [ > Player | > TargetTwo ]
[ < Player | TargetTwo ] -> [ < Player | < TargetTwo ]
[ < Player | TargetThree ] -> [ < Player | < TargetThree ]
[ > Player | TargetThree ] -> [ > Player | > TargetThree ]
[ Player killer ] -> restart
[ Target Killer ] -> restart
[ TargetTwo Killer ] -> restart
[ TargetThree Killer ] -> restart
==============
WINCONDITIONS
==============
all Target on Box
all TargetTwo on Box2
all TargetThree on Box3
=======
LEVELS
=======
(level 1)
message # Level 1 #
#wwwwwwwwwwww#
#ooo......ttt#
#............#
#.....$......#
#....$b....p.#
#.k.$.b......#
#.....b......#
#.....$......#
#...bbb$$....#
#............#
#............#
#ttt......ooo#
wwwwwwwwwwwwww
message # Level 2 #
#wwwwwwwwwwww#
#ooo......ttt#
#...........t#
#....bbb.....#
#...b...b..p.#
#.k....b.....#
#.....b.....k#
#....$.......#
#...$$$$$....#
#............#
#............#
#ttt......ooo#
wwwwwwwwwwwwww
message # Level 3 #
#wwwwwwwwwwww#
#ooo.....tttt#
#o..........t#
#...$$$bb....#
#......b...p.#
#.k...$......#
#....$$bb....#
#.......b...k#
#.k.....$....#
#...bb$$b....#
#t..........o#
#ttt.....oooo#
wwwwwwwwwwwwww
message # Level 4 #
#wwwwwwwwwwww#
#o.......tttt#
#o.....$....t#
#.....b.....t#
#....$..$..p.#
#.k.b...b....#
#..$b$b$b....#
#.......$...k#
#.k.....b....#
#.......$...o#
#...........o#
#t.......oooo#
wwwwwwwwwwwwww
message # Level 5 #
#wwwwwwwwwwww#
#o..ttttttttt#
#o..........t#
#...$bb$bb..t#
#...b......p.#
#.k.b........#
#...$bb$bb...#
#........$..k#
#.k......b...#
#...b$bb$b...#
#...........o#
#tttt....oooo#
wwwwwwwwwwwwww
message # Level 6 #
##############
#cc...tt..ooo#
#............#
#....n$n$....#
#....$.......#
#....n...p...#
#kkk.$b$b.kkk#
#....n..$....#
#o...$..b...o#
#o...n$b$...o#
#o..........o#
#....ccc..tt.#
##############
message # Level 7 #
#wwwwwwwwwwww#
#tt...kk...tt#
#c..........c#
#.......p....#
#...b$bnb$...#
#.......b....#
#kkk...n..kkk#
#.....$......#
#....n.......#
#...b........#
#o..........c#
#oo...kk....t#
wwwwwwwwwwwwww
message # Level 8 #
#wwwwwwwwwwww#
#tto..kk..occ#
#t..........c#
#o...$$$$...o#
#....n..b.p..#
#....n..b....#
#kkk.nbbn.kkk#
#....b..n....#
#....b..n....#
#o...$$$$...o#
#c..........t#
#cco..kk..ott#
wwwwwwwwwwwwww
message # Level 9 #
#wwwwwwwwwwww#
#ttc..kk...oo#
#t..........c#
#c...nnnnp..c#
#....b..$....#
#k...b..$...k#
#kkk.b$$n.kkk#
#k......n...k#
#.......n....#
#c...bbbn...c#
#c..........t#
#oo...kk..ctt#
wwwwwwwwwwwwww
message # Level 10 #
#wwwwwwwwwwww#
#ttc.kkkk.ooo#
#t..........o#
#c...p......c#
#...b.$$$$..c#
#k..b.n..n..k#
#kkkb.n..nkkk#
#k..b.n..n..k#
#c..b.n..n...#
#c..b.$$$$..c#
#o..........t#
#ooo.kkkk.ctt#
wwwwwwwwwwwwww
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment