Created
December 22, 2019 00:25
-
-
Save ubuntor/dc67128e31e2f2e376c493b4a7e70b80 to your computer and use it in GitHub Desktop.
AntWorld [port] (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 AntWorld [port] | |
author ubuntor | |
homepage https://web.archive.org/web/20030622105535/http://www.asccompany.com/games/antworld/index.asp | |
======== | |
OBJECTS | |
======== | |
Background | |
White | |
Target | |
DarkBlue | |
Wall | |
BROWN | |
Player | |
Green | |
Crate | |
Orange | |
Apple | |
Red | |
Butterfly | |
Blue | |
Exit | |
Blue | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
E = Exit | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target, Exit | |
Player, Wall, Crate, Apple, Butterfly | |
====== | |
RULES | |
====== | |
[ > Player | Crate ] -> [ > Player | > Crate ] | |
============== | |
WINCONDITIONS | |
============== | |
All Target on Crate | |
All Player on Exit | |
No Apple | |
No Butterfly | |
======= | |
LEVELS | |
======= | |
message Original game by aSc Applied Software Consultants. Some rules are guesses based on the level structures. | |
message Tutorial Levels | |
....#..#.E.# | |
.##.#..#...# | |
.##.#..#...# | |
.......##.## | |
....#....... | |
.##.#....... | |
.##.######## | |
............ | |
.###.#.###.. | |
.#.......#.P | |
.###.#.###.. | |
............ | |
message Collect all apples. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment