puzzlescript
Version:
Play PuzzleScript games in your terminal!
191 lines (159 loc) • 2.19 kB
Plain Text
title Some lines were meant to be crossed
author Frpzzd
again_interval 0.08
realtime_interval 0.06
key_repeat_interval 0.12
require_player_movement off
background_color darkblue
text_color red
========
OBJECTS
========
Background .
Darkblue
Player
Darkred
Tail
Darkred
.....
.....
..0..
.....
.....
Pathvert |
Blue
.000.
.000.
.000.
.000.
.000.
Pathhoriz -
Blue
.....
00000
00000
00000
.....
Wallvert
Red
.000.
.000.
.000.
.000.
.000.
Wallhoriz
red
.....
00000
00000
00000
.....
Start
lightblue
=======
LEGEND
=======
@ = player and start
+ = pathvert and pathhoriz
Path = pathvert or pathhoriz
Wall = wallvert or wallhoriz
=========
SOUNDS
=========
================
COLLISIONLAYERS
================
Background
tail
start
pathvert, wallvert
pathhoriz, wallhoriz
Player
======
RULES
======
[> player|wall]->cancel
[> player|tail]->cancel
[player pathvert]->[player wallvert]
[player pathhoriz]->[player wallhoriz]
LATE VERTICAL[ wallvert|pathvert]->[wallvert|wallvert]again
LATE HORIZONTAL[ wallhoriz|pathhoriz]->[wallhoriz|wallhoriz]again
LATE[player no start]->[player tail]
==============
WINCONDITIONS
==============
no path
all player on start
=======
LEVELS
=======
message Cross all of the lines, then come back to where you began.
.......
.+---+.
.|...|.
.|.@.|.
.|...|.
.+---+.
.......
...............
.+---+---+---+.
.|...|...|...|.
.|.@.|...|...|.
.|...|...|...|.
.+---+---+---+.
...............
...............
.+---+---+---+.
.|...|...|...|.
.|.@.+---+...|.
.|...|...|...|.
.+---+---+---+.
...............
...........
...+---+...
...|...|...
...|...|...
...|...|...
.+-+-+-+-+.
.|...|...|.
.|.@.|...|.
.|...|...|.
.+---+---+.
...........
...........
...+---+...
...|...|...
...|.@.|...
...|...|...
.+-+-+-+-+.
.|...|...|.
.|...|...|.
.|...|...|.
.+---+---+.
...........
...........
.....+---+.
.....|...|.
.....|.@.|.
.....|...|.
.+---+---+.
.|...|.....
.|...|.....
.|...|.....
.+---+.....
...........
...............
.+---+...+---+.
.|...|...|...|.
.|...+---+...|.
.|...|...|...|.
.+-+-+...+-+-+.
...|.......|...
...|...@...|...
...|.......|...
.+-+-+...+-+-+.
.|...|...|...|.
.|...+---+...|.
.|...|...|...|.
.+---+...+---+.
...............