Created
July 17, 2015 22:03
-
-
Save anonymous/45c6f6e68c5225b79c60 to your computer and use it in GitHub Desktop.
title
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 Marathon | |
author 2sman | |
color_palette amstrad | |
background_color black | |
key_repeat_interval 0.12 | |
norepeat_action | |
scanline | |
flickscreen 14x20 | |
youtube xpBLi65LXko | |
require_player_movement | |
======== | |
OBJECTS | |
======== | |
Player | |
YELLOW PINK WHITE | |
.222. | |
.000. | |
22122 | |
.222. | |
.2.2. | |
Corpse | |
Red PINK Black | |
.222. | |
.000. | |
22122 | |
.222. | |
.2.2. | |
Terminal | |
Green Black Grey | |
22222 | |
20002 | |
20102 | |
20002 | |
22222 | |
AccessKey | |
Yellow Black Grey | |
22222 | |
21012 | |
20102 | |
21012 | |
22222 | |
Wall | |
Pink Grey White | |
02010 | |
10201 | |
01020 | |
20102 | |
02010 | |
Background | |
Black White | |
00000 | |
01000 | |
00100 | |
00000 | |
00000 | |
Pfhor | |
Black Yellow Green | |
.222. | |
.010. | |
.212. | |
.222. | |
.2.2. | |
======= | |
LEGEND | |
======= | |
P = Player | |
C = Corpse | |
f = Pfhor | |
A = AccessKey | |
T = Terminal | |
# = Wall | |
. = Background | |
@ = Terminal and Player | |
======= | |
SOUNDS | |
======= | |
EndLevel 60201300 | |
Restart 87049908 | |
CloseMessage 3229506 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Terminal, AccessKey | |
Pfhor, Player, Corpse, Wall | |
====== | |
RULES | |
====== | |
[ stationary Pfhor ] -> [randomDir Pfhor] | |
[ Player | Pfhor ] -> [ stationary Corpse | Pfhor ] | |
============== | |
WINCONDITIONS | |
============== | |
All Player on Terminal | |
======= | |
LEVELS | |
======= | |
message Somewhere in the heavens, they are waiting | |
################ | |
#P............T# | |
################ | |
message Today at 0820 hours, the Marathon came under surprise attack from unknown hostile forces. The Marathon has sustained serious damage. The current situation is dire. All personnel are required to arm themselves and fight for their lives. | |
message I am Leela, one of the two surviving Artificial Intelligences aboard the Marathon. I have been severely damaged, and am working to understand the current situation. Find the Accesskey and proceed to the teleport terminal. By that time, I should have a better idea of what is going on. | |
#######################################............. | |
#.......................#########.....#............. | |
#.############..........#########.....#............. | |
#.########T###..........#########.....#............. | |
#.....####.###..........#####...#.....#............. | |
#..........###..........#####.........#............. | |
#.....########..................#.f...#............. | |
#....################....####...#.....#............. | |
#....################....####...#.....#............. | |
#.###################....########.....#............. | |
#.########...#...........########.....#............. | |
#............#...........########.....#............. | |
###################.###################............. | |
###################.################################ | |
###################.################################ | |
##A..##########.........############################ | |
##...#....#####.........####.........############### | |
###..#..#...............####.........#####...####### | |
####.##.#######.........####.........###......#..### | |
###..#f..###########....####....f...........#....### | |
##..##...######..##..................####..####..### | |
##.########......##.....####.........############### | |
##...#####..###..##.....####.........############### | |
##.#........###.........####.........############### | |
##...##############.############.################### | |
###################.############.################### | |
###################.############.######.......###### | |
#...................############.######............. | |
#.###########################.......###............. | |
#.#######...######.....######.......###............. | |
#...........#####..###.######.......###............. | |
###########.####..####.######.......###............. | |
#...........####.##....######.......###............. | |
#.#.#.......####.##P.########.......###............. | |
#.#.#.##########.######.............###............. | |
#......#....####..####..#####.......###............. | |
#.####......#####......######.......###............. | |
#......#....##################.....####............. | |
##############################.....####............. | |
..........................####.....####............. | |
..........................#...........#............. | |
..........................#...........#............. | |
..........................#.f.........#............. | |
..........................#...#####...#............. | |
..........................#...#####...#............. | |
..........................#...#####...#............. | |
..........................#...#####...#............. | |
..........................#...#####...#............. | |
..........................#...........#............. | |
..........................#........f..#............. | |
..........................#...........#............. | |
..........................#############............. | |
message <Alert> Security Breach at <294.2.577.456> | |
message I am detecting security breaches of the computer system from all over the Marathon. It seems that the aliens have some kind of cybernetic servant that is capable of interfacing with our systems. I detect over four hundred separate security breaches, and each moment there are more. | |
message You must kill any of these creatures that you find. It is a priority that these creatures be stopped. If they are allowed to continue, my own security will be compromised. | |
message I cannot teleport you out of this section from here, so you will have to leave from another terminal after you find the assault rifle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment