Skip to content

Instantly share code, notes, and snippets.

@ubuntor
Created December 22, 2019 00:25
Show Gist options
  • Save ubuntor/dc67128e31e2f2e376c493b4a7e70b80 to your computer and use it in GitHub Desktop.
Save ubuntor/dc67128e31e2f2e376c493b4a7e70b80 to your computer and use it in GitHub Desktop.
AntWorld [port] (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
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