Skip to content

Instantly share code, notes, and snippets.

@bowlercaptain
Created July 9, 2021 12:50
Show Gist options
  • Save bowlercaptain/61eb58fbd8385b74021db214bf6be968 to your computer and use it in GitHub Desktop.
Save bowlercaptain/61eb58fbd8385b74021db214bf6be968 to your computer and use it in GitHub Desktop.
The worm puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title The worm puzzle
author bowlercaptain
homepage www.distractionware.com
color_palette c64
require_player_movement
========
OBJECTS
========
Background
blue
Player
lightblue
Trail
purple
Wall
black
=======
LEGEND
=======
. = Background
P = Player
O = Trail
W = Wall
=======
SOUNDS
=======
startgame 50287705
sfx0 660507
sfx1 41058704
endgame 74955903
================
COLLISIONLAYERS
================
Background
Trail
Player Wall
======
RULES
======
[ > Player | No Trail ] -> [ Trail | Player ] sfx0
[ > Player | Trail ] -> [ Player | Trail ] sfx1
([ > Player | Wall ] -> [ Player | Wall ])
==============
WINCONDITIONS
==============
No Trail
=======
LEVELS
=======
........
........
O..POO.O
OOOOOOOO
OOOWWOOO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment