Created
March 17, 2020 09:23
-
-
Save moppman/6ec7a145a88f10ee323d778cb6930c4f to your computer and use it in GitHub Desktop.
Go To Gold, ported from iOS (PuzzleScript Script)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Go To Gold, ported from iOS | |
author T. Nigmetzianov, port by mopp | |
background_color #7c7c7c | |
text_color #fce0a8 | |
(levels from Go to Gold on iOS | |
) | |
======== | |
OBJECTS | |
======== | |
Background | |
#7c7c7c #bcbcbc | |
00000 | |
10000 | |
00010 | |
00000 | |
01000 | |
Target | |
#fce0a8 | |
..... | |
..0.. | |
.000. | |
..0.. | |
..... | |
Wall | |
#a80020 #881400 | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
Player | |
black orange #b8b8f8 #4428bc | |
.000. | |
.111. | |
22222 | |
.333. | |
.3.3. | |
Crate | |
#ac7c00 #503000 | |
01110 | |
11.11 | |
1...1 | |
11.11 | |
01110 | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
======= | |
SOUNDS | |
======= | |
Crate MOVE 36772507 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall, Crate | |
====== | |
RULES | |
====== | |
[ > Player | Crate ] -> [ > Player | > Crate ] | |
============== | |
WINCONDITIONS | |
============== | |
All Target on Crate | |
======= | |
LEVELS | |
======= | |
message Level design: "Go to Gold", iOS | |
message Ported by mopp | |
message Level 1 of 16 | |
.#####. | |
#.O.O.# | |
...##.. | |
..**P.. | |
#.....# | |
.#####. | |
message Level 2 of 16 | |
....##. | |
...#..# | |
..##..# | |
.#..OO. | |
##.##.. | |
....**P | |
....#.. | |
####.## | |
message Level 3 of 16 | |
.#..... | |
#o##... | |
....##. | |
.o#p*.# | |
#..*... | |
#o.*..# | |
.#####. | |
message Level 4 of 16 | |
...#### | |
.##p... | |
#.*.*## | |
#..#..# | |
#o.*..# | |
#o...#. | |
.##o.#. | |
...##.. | |
message Level 5 of 16 | |
....### | |
####p.. | |
.o*o*.# | |
..*o.#. | |
##....# | |
.#....# | |
..####. | |
message Level 6 of 16 | |
....##. | |
.###..# | |
#..#p.# | |
#o.#... | |
.*.**.# | |
#oo..#. | |
#....#. | |
.#..#.. | |
..##... | |
message Level 7 of 16 | |
.##.... | |
#o.##.. | |
#.o..#. | |
#po**.# | |
..*.... | |
###..## | |
...##.. | |
message Level 8 of 16 | |
..##.## | |
.#..#.. | |
.#..**p | |
#..##.. | |
#..#.*# | |
#.o...# | |
.##oo.# | |
...###. | |
message Level 9 of 16 | |
..###.. | |
.#o..## | |
.#.*p.. | |
..#**## | |
##....# | |
...o.o# | |
####..# | |
....##. | |
message Level 10 of 16 | |
##..... | |
..###.. | |
po*o.#. | |
.*.o.#. | |
##*...# | |
.#..... | |
..##### | |
message Level 11 of 16 | |
.#####. | |
#oo...# | |
..#...# | |
#...*o# | |
.###**# | |
...#.p. | |
....### | |
message Level 12 of 16 | |
###.... | |
...##.. | |
#o...#. | |
#..o.#. | |
.#.*#.. | |
.#**.## | |
.#.po.. | |
..##### | |
message Level 13 of 16 | |
.#####. | |
#oo*o.# | |
#.....# | |
....##. | |
#.#*.## | |
#..*... | |
.##.p.# | |
...###. | |
message Level 14 of 16 | |
...###. | |
..#o..# | |
###.#*p | |
...o.*. | |
...o#.. | |
##*..## | |
.#...#. | |
..###.. | |
message Level 15 of 16 | |
.....## | |
....#oo | |
.###..p | |
#..***. | |
#.....# | |
.o.###. | |
...#... | |
###.... | |
message Level 16 of 16 | |
.##.##. | |
#o....# | |
.#.##p. | |
.#.#..# | |
.#*..*o | |
#..##.. | |
..o...* | |
####... | |
....### | |
message Congratulations! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment