Created
June 15, 2019 04:47
-
-
Save jcmiller11/b75d4b701ae07c538588bf3ab10a5cc3 to your computer and use it in GitHub Desktop.
marbles (PuzzleScript Script)
This file contains 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 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 counter | |
author JC | |
homepage www.puzzlescript.net | |
realtime_interval 0.1 | |
======== | |
OBJECTS | |
======== | |
Background | |
Black | |
NN1 | |
transparent | |
N0 | |
Black White | |
01100 | |
10010 | |
10010 | |
10010 | |
01100 | |
N1 | |
Black White | |
00100 | |
01100 | |
00100 | |
00100 | |
01110 | |
N2 | |
Black White | |
01100 | |
10010 | |
00100 | |
01000 | |
11110 | |
N3 | |
Black White | |
01100 | |
10010 | |
00100 | |
10010 | |
01100 | |
N4 | |
Black White | |
10010 | |
10010 | |
11110 | |
00010 | |
00010 | |
N5 | |
Black White | |
11110 | |
10000 | |
11100 | |
00010 | |
11100 | |
N6 | |
Black White | |
01100 | |
10000 | |
11100 | |
10010 | |
01100 | |
N7 | |
Black White | |
11110 | |
00010 | |
00100 | |
01000 | |
10000 | |
N8 | |
Black White | |
01100 | |
10010 | |
01100 | |
10010 | |
01100 | |
N9 | |
Black White | |
01100 | |
10010 | |
01110 | |
00010 | |
01100 | |
N10 | |
transparent | |
Bump | |
transparent | |
Player | |
transparent | |
======= | |
LEGEND | |
======= | |
Numbers = NN1 or N0 or N1 or N2 or N3 or N4 or N5 or N6 or N7 or N8 or N9 or N10 | |
. = Background | |
@ = Player | |
0 = N0 | |
1 = N1 | |
2 = N2 | |
3 = N3 | |
4 = N4 | |
5 = N5 | |
6 = N6 | |
7 = N7 | |
8 = N8 | |
9 = N9 | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Player | |
Bump | |
Numbers | |
====== | |
RULES | |
====== | |
Right [Numbers | no Numbers] -> [Numbers Bump|] | |
Right [Numbers|N9 Bump] -> [Numbers Bump|N0] | |
[N8 Bump] -> [N9] | |
[N7 Bump] -> [N8] | |
[N6 Bump] -> [N7] | |
[N5 Bump] -> [N6] | |
[N4 Bump] -> [N5] | |
[N3 Bump] -> [N4] | |
[N2 Bump] -> [N3] | |
[N1 Bump] -> [N2] | |
[N0 Bump] -> [N1] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
............ | |
............ | |
............ | |
.0000000000. | |
............ | |
............ | |
............ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment