Skip to content

Instantly share code, notes, and snippets.

@Joe-Gigs
Created August 21, 2018 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Joe-Gigs/c27e1e1eeb29f1fb3b3f1761a922aeda to your computer and use it in GitHub Desktop.
Save Joe-Gigs/c27e1e1eeb29f1fb3b3f1761a922aeda to your computer and use it in GitHub Desktop.
Carnival Shooter! (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Carnival Shooter!
author joe gigs
background_color #022327
========
OBJECTS
========
Background
DARKGREEN
Player
black red
00100
0...0
1...1
0...0
00100
Duck
#ffff32
..0.0
.0.0.
..0.0
..0..
.....
=======
LEGEND
=======
. = Background
p = Player
d = Duck
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Duck
Player
======
RULES
======
[action Player | Duck] -> [player |]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
..............
..............
.d.d.p........
..............
..............
..............
..............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment