Skip to content

Instantly share code, notes, and snippets.

@Stingby12
Created May 4, 2024 13:33
Show Gist options
  • Save Stingby12/833e9c1ed48c8365a12f178221d57bdd to your computer and use it in GitHub Desktop.
Save Stingby12/833e9c1ed48c8365a12f178221d57bdd to your computer and use it in GitHub Desktop.
IBurnedDownBigBenBecauseRishiSunakFuckingRobbedMyFish&Chips (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title IBurnedDownBigBenBecauseRishiSunakFuckingRobbedMyFish&Chips
author Stingby12
homepage https://www.tiktok.com/@jzuqiai/video/7283198440698432800
again_interval 0.05
verbose_logging
========
OBJECTS
========
Background
darkbrown brown
00100
00000
10101
00000
00100
Wall
orange brown
00000
10111
00000
11101
00000
Wood
lightbrown yellow
00000
01110
01110
01110
00000
WoodFire0
red yellow
00000
00100
01110
00100
00000
WoodFire1
red yellow
00000
01110
01010
01110
00000
Void
black
ExitClose
orange brown darkbrown yellow
00200
02220
02230
02220
02220
ExitOpen
orange brown black black
00200
02220
02230
02220
02220
Player
black orange darkgreen white purple
.000.
.111.
22322
.444.
.4.4.
Barrel0
black red yellow
..1..
.121.
.000.
.000.
.000.
Barrel1
black yellow red
.2.2.
.121.
.000.
.000.
.000.
Anim
transparent
BurnTP
transparent
OpenTP
transparent
=======
LEGEND
=======
■ = Void
. = Background
% = Wall
# = Wood
^ = ExitClose
P = Player
* = Barrel0
Barrel = Barrel0 or Barrel1
WoodFire = WoodFire0 or WoodFire1
Exit = ExitClose or ExitOpen
=======
SOUNDS
=======
Player move 67762507
undo 89674306
restart 27105906
endlevel 18414108
================
COLLISIONLAYERS
================
Background
Void, Wall, Wood, WoodFire, Exit, Player, Barrel
Anim
BurnTP
OpenTP
======
RULES
======
[ Anim ] -> [ ]
[ BurnTP ] -> [ ]
[ Barrel1 no Anim ] -> [ Barrel0 Anim ]
[ Barrel0 no Anim ] -> [ Barrel1 Anim ]
[ WoodFire1 no Anim ] -> [ WoodFire0 Anim ]
[ WoodFire0 no Anim ] -> [ WoodFire1 Anim ]
[ > Player | Barrel ] -> [ > Player | > Barrel ]
late [ Barrel | Wood ] -> [ Barrel | WoodFire0 BurnTP ]
late [ WoodFire no BurnTP | Wood ] -> [ WoodFire | WoodFire0 BurnTP ]
[ ExitClose ] -> [ ExitClose OpenTP ]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
message Level 0 - Burn down all of the wood then run away
%%%%^%%%%
%.......%
%.......%
%..p.*..%
%.......%
%.......%
%.#####.%
%.......%
%%%%%%%%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment