Skip to content

Instantly share code, notes, and snippets.

@JackLance
Created May 30, 2022 01:43
Show Gist options
  • Save JackLance/b456d60d5199efaddab14c42d345569a to your computer and use it in GitHub Desktop.
Save JackLance/b456d60d5199efaddab14c42d345569a to your computer and use it in GitHub Desktop.
Hilbert Highway (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Hilbert Highway
flickscreen 59x21
again_interval 0.0001
run_rules_on_level_start
========
OBJECTS
========
background
lightgrey
bg1
#ddd
player
orange black
.....
0000.
0000.
00000
1..1.
fromu
black yellow
.010.
.010.
.000.
.....
.....
fromd
black yellow
.....
.....
.000.
.010.
.010.
froml
black yellow
.....
000..
110..
000..
.....
fromr
black yellow
.....
..000
..011
..000
.....
groadu
grey
..0..
.....
.....
.....
.....
groadd
grey
.....
.....
.....
.....
..0..
groadl
grey
.....
.....
0....
.....
.....
groadr
grey
.....
.....
....0
.....
.....
groadu2
grey
..0..
.....
.....
.....
.....
groadd2
grey
.....
.....
.....
.....
..0..
groadl2
grey
.....
.....
0....
.....
.....
groadr2
grey
.....
.....
....0
.....
.....
gfroadu
grey
..0..
.....
.....
.....
.....
gfroadd
grey
.....
.....
.....
.....
..0..
gfroadl
grey
.....
.....
0....
.....
.....
gfroadr
grey
.....
.....
....0
.....
.....
gfroadu2
grey
..0..
.....
.....
.....
.....
gfroadd2
grey
.....
.....
.....
.....
..0..
gfroadl2
grey
.....
.....
0....
.....
.....
gfroadr2
grey
.....
.....
....0
.....
.....
roadu
black yellow
.010.
.010.
.000.
.....
.....
roadd
black yellow
.....
.....
.000.
.010.
.010.
roadl
black yellow
.....
000..
110..
000..
.....
roadr
black yellow
.....
..000
..011
..000
.....
fromu2
black yellow
.010.
.010.
.000.
.....
.....
fromd2
black yellow
.....
.....
.000.
.010.
.010.
froml2
black yellow
.....
000..
110..
000..
.....
fromr2
black yellow
.....
..000
..011
..000
.....
roadu2
black yellow
.010.
.010.
.000.
.....
.....
roadd2
black yellow
.....
.....
.000.
.010.
.010.
roadl2
black yellow
.....
000..
110..
000..
.....
crossing
black yellow
.010.
00100
11011
00100
.010.
roadr2
black yellow
.....
..000
..011
..000
.....
(roadul
darkblue
..0..
..0..
00...
.....
.....
roadur
darkblue
..0..
..0..
...00
.....
.....
roadud
darkblue
..0..
..0..
..0..
..0..
..0..
roadlr
darkblue
.....
.....
00000
.....
.....
roadld
darkblue
.....
.....
00...
..0..
..0..
roadrd
darkblue
.....
.....
...00
..0..
..0..)
end
red grey
.000.
00000
00000
.000.
..1..
end2
transparent
start
transparent
start2
transparent
car
orange
.....
0000.
0000.
00000
0...0
car2a
brown
car2b
blue
car2c
yellow
car2d
red
car2e
pink
car2f
orange
crateul
purple
.....
..000
.0000
.00..
.00..
crateur
purple
.....
000..
0000.
..00.
..00.
cratedl
purple
.00..
.00..
.0000
..000
.....
cratedr
purple
..00.
..00.
0000.
000..
.....
targetul
pink
..00.
.....
0....
0....
.....
targetur
pink
.00..
.....
....0
....0
.....
targetdl
pink
.....
0....
0....
.....
..00.
targetdr
pink
.....
....0
....0
.....
.00..
wall1
lightgreen green
00000
00000
00000
00000
00000
copy
transparent
go2
transparent
go3
transparent
destroy
orange
checker
transparent
copydouble
transparent
checkwin
transparent
screenspace
transparent
=======
LEGEND
=======
k = screenspace
. = Background
p = player and start
q = player and start2
e = end
f = end2
z = destroy
road = roadl or roadd or roadu or roadr or roadu2 or roadd2 or roadl2 or roadr2
road1 = roadl or roadd or roadu or roadr
road2 = roadu2 or roadd2 or roadl2 or roadr2
from2 = fromu2 or froml2 or fromr2 or fromd2
groad1 = groadu or groadd or groadl or groadr
groad2 = groadu2 or groadd2 or groadl2 or groadr2
groad = groad1 or groad2
from = fromu or fromd or froml or fromr or from2
agent = player or car
o = crateul and copy
n = crateul
x = wall1 and copy
y = wall1
a = targetul and copy
b = targetul
c = targetul and copydouble
@ = crateul and targetul and copy
copyobject = crateul or wall1 or targetul
targetpart = targetul or targetur or targetdl or targetdr
cratepart = crateul or crateur or cratedl or cratedr
l = checker
car2 = car2a or car2b or car2c or car2e or car2f
wall = wall1
gfroad1 = gfroadu or gfroadd or gfroadl or gfroadr
gfroad2 = gfroadu2 or gfroadd2 or gfroadl2 or gfroadr2
=======
SOUNDS
=======
SFX1 9924503
SFX2 79825304
SFX3 17145902
================
COLLISIONLAYERS
================
Background
screenspace
bg1
start, end2, start2
roadl
roadu
roadr
roadd
roadl2
roadu2
roadr2
roadd2
groad1
groad2
gfroad1
gfroad2
froml
fromd
fromu
fromr
from2
car, cratepart, wall, car2, car2d
targetpart
Player
copy, copydouble
crossing
go2
go3
checker
end,
destroy
checkwin
======
RULES
======
(horrible code warning. you probably don't want to be here)
startloop
right [copyobject copy|||||||||||] -> [copyobject copy|||||||||||copyobject]
right [copyobject copy|||||||||||copyobject] -> [copyobject|||||||||||copyobject copy]
endloop
right [copyobject copydouble||||||||||||||||||||||] -> [copyobject copydouble||||||||||||||||||||||copyobject]
+right [copyobject copydouble||||||||||||||||||||||] -> [copyobject||||||||||||||||||||||copyobject copydouble]
down [copy][copyobject||||||||||||||||||||] -> [copy][copyobject||||||||||||||||||||copyobject]
down [copy][copyobject||||||||||||||||||||] -> [copy][copyobject||||||||||||||||||||copyobject]
right [copy][crateul | ] -> [copy][crateul | crateur]
down [copy][crateul | ] -> [copy][crateul | cratedl]
down [copy][crateur | ] -> [copy][crateur | cratedr]
right [copy][targetul | ] -> [copy][targetul | targetur]
down [copy][targetul | ] -> [copy][targetul | targetdl]
down [copy][targetur | ] -> [copy][targetur | targetdr]
right [copy][ no checker | checker] -> [copy][checker | checker ]
up [copy][ no checker | checker] -> [copy][checker | checker ]
right [copy][ no screenspace | screenspace] -> [copy][screenspace | screenspace ]
down [copy][ no screenspace | screenspace] -> [copy][screenspace | screenspace ]
right [copy][no wall no bg1|||||||||||]-> [copy][no bg1|||||||||||bg1]
[copy] -> []
[car roadu no go2] -> [up car roadu] again
[car roadd no go2] -> [down car roadd] again
[car roadl no go2] -> [left car roadl] again
[car roadr no go2] -> [right car roadr] again
[car roadu2 go2] -> [up car roadu2 go2] again
[car roadd2 go2] -> [down car roadd2 go2] again
[car roadl2 go2] -> [left car roadl2 go2] again
[car roadr2 go2] -> [right car roadr2 go2] again
[go2] -> []
up [up car | fromd2] -> [up car | fromd2 go2]
down [down car | fromu2] -> [down car | fromu2 go2]
left [left car | fromr2] -> [left car | fromr2 go2]
right [right car | froml2] -> [right car | froml2 go2]
startloop
[car2 roadu no go3] -> [up car2 roadu]
[car2 roadd no go3] -> [down car2 roadd]
[car2 roadl no go3] -> [left car2 roadl]
[car2 roadr no go3] -> [right car2 roadr]
[car2 roadu2 go3] -> [up car2 roadu2 ]
[car2 roadd2 go3] -> [down car2 roadd2 ]
[car2 roadl2 go3] -> [left car2 roadl2 ]
[car2 roadr2 go3] -> [right car2 roadr2 ]
[> car2 | wall] -> [ car2 | wall]
+ [> car2 | cratepart] -> [> car2 | > cratepart]
+ [> cratepart | cratepart] -> [> cratepart | > cratepart]
+ up [moving cratedl | crateul] -> [moving cratedl | moving crateul]
+ up [ cratedl | moving crateul] -> [moving cratedl | moving crateul]
+ up [moving cratedr | crateur] -> [moving cratedr | moving crateur]
+ up [ cratedr | moving crateur] -> [moving cratedr | moving crateur]
+ right [moving cratedl | cratedr] -> [moving cratedl | moving cratedr]
+ right [ cratedl | moving cratedr] -> [moving cratedl | moving cratedr]
+ right [moving crateul | crateur] -> [moving crateul | moving crateur]
+ right [ crateul | moving crateur] -> [moving crateul | moving crateur]
[> cratepart | wall] -> [ cratepart | wall]
[> cratepart | stationary cratepart] -> [ cratepart | cratepart]
+ up [stationary cratedl | crateul] -> [stationary cratedl | stationary crateul]
+ up [ cratedl | stationary crateul] -> [stationary cratedl | stationary crateul]
+ up [stationary cratedr | crateur] -> [stationary cratedr | stationary crateur]
+ up [ cratedr | stationary crateur] -> [stationary cratedr | stationary crateur]
+ right [stationary cratedl | cratedr] -> [stationary cratedl | stationary cratedr]
+ right [ cratedl | stationary cratedr] -> [stationary cratedl | stationary cratedr]
+ right [stationary crateul | crateur] -> [stationary crateul | stationary crateur]
+ right [ crateul | stationary crateur] -> [stationary crateul | stationary crateur]
+ [> car2 | stationary cratepart] -> [ car2 | cratepart]
[> cratepart | no cratepart] -> [ | cratepart]
up [up car2 | fromd2 no go3] -> [up car2 | fromd2 go3]
down [down car2 | fromu2 no go3] -> [down car2 | fromu2 go3]
left [left car2 | fromr2 no go3] -> [left car2 | fromr2 go3]
right [right car2 | froml2 no go3] -> [right car2 | froml2 go3]
[stationary car2] -> []
[cratepart destroy] -> [destroy]
[car destroy] -> [destroy]
[> car2a | no cratepart ] -> [|car2b]
[> car2b | no cratepart ] -> [|car2c]
[> car2c | no cratepart ] -> [|car2e]
[> car2e | no cratepart ] -> [|car2f]
[> car2f | no cratepart ] -> [|car2d]
endloop
[car2d] -> [car2a]
[> player | no screenspace no checker] -> message Whoa there buddy, you shouldn't need to travel past this point.
[> player | no screenspace no checker] -> [player | no screenspace no checker]
up [up player | roadd] -> cancel
down [down player | roadu] -> cancel
left [left player | roadr] -> cancel
right [right player | roadl] -> cancel
[up player roadu] -> cancel
[down player roadd] -> cancel
[left player roadl] -> cancel
[right player roadr] -> cancel
[up player groadu] -> cancel
[down player groadd] -> cancel
[left player groadl] -> cancel
[right player groadr] -> cancel
[> agent | wall] -> [ agent | wall]
[> agent | cratepart] -> [> agent | > cratepart]
[> cratepart | cratepart] -> [> cratepart | > cratepart]
+ up [moving cratedl | crateul] -> [moving cratedl | moving crateul]
+ up [ cratedl | moving crateul] -> [moving cratedl | moving crateul]
+ up [moving cratedr | crateur] -> [moving cratedr | moving crateur]
+ up [ cratedr | moving crateur] -> [moving cratedr | moving crateur]
+ right [moving cratedl | cratedr] -> [moving cratedl | moving cratedr]
+ right [ cratedl | moving cratedr] -> [moving cratedl | moving cratedr]
+ right [moving crateul | crateur] -> [moving crateul | moving crateur]
+ right [ crateul | moving crateur] -> [moving crateul | moving crateur]
[> cratepart | wall] -> [ cratepart | wall]
+ up [stationary cratedl | crateul] -> [stationary cratedl | stationary crateul]
+ up [ cratedl | stationary crateul] -> [stationary cratedl | stationary crateul]
+ up [stationary cratedr | crateur] -> [stationary cratedr | stationary crateur]
+ up [ cratedr | stationary crateur] -> [stationary cratedr | stationary crateur]
+ right [stationary cratedl | cratedr] -> [stationary cratedl | stationary cratedr]
+ right [ cratedl | stationary cratedr] -> [stationary cratedl | stationary cratedr]
+ right [stationary crateul | crateur] -> [stationary crateul | stationary crateur]
+ right [ crateul | stationary crateur] -> [stationary crateul | stationary crateur]
+ [> cratepart | stationary cratepart] -> [ cratepart | cratepart]
+ [> agent | stationary cratepart] -> [ agent | cratepart]
[up player no from2] -> [roadu up player]
[left player no from2] -> [roadl left player]
[right player no from2] -> [roadr right player]
[down player no from2] -> [roadd down player]
[up player from2] -> [roadu2 up player from2]
[left player from2] -> [roadl2 left player from2]
[right player from2] -> [roadr2 right player from2]
[down player from2] -> [roadd2 down player from2]
up [up player | from no from2] -> [up player | from fromd2 ]
down [down player | from no from2] -> [down player | from fromu2 ]
left [left player | from no from2] -> [left player | from fromr2 ]
right [right player | from no from2] -> [right player | from froml2 ]
up [up player | groad no from2] -> [up player | groad fromd2 ]
down [down player | groad no from2] -> [down player | groad fromu2 ]
left [left player | groad no from2] -> [left player | groad fromr2 ]
right [right player | groad no from2] -> [right player | groad froml2 ]
up [up player | road no from2] -> [up player | road fromd2 ]
down [down player | road no from2] -> [down player | road fromu2 ]
left [left player | road no from2] -> [left player | road fromr2 ]
right [right player | road no from2] -> [right player | road froml2 ]
up [up player | no from] -> [up player | fromd]
down [down player | no from] -> [down player | fromu]
left [left player | no from] -> [left player | fromr]
right [right player | no from] -> [right player | froml]
[fromd2 end] -> [fromd end]
[froml2 end] -> [froml end]
[fromu2 end] -> [fromu end]
[fromr2 end] -> [fromr end]
[fromd2 end2] -> [fromd end2]
[froml2 end2] -> [froml end2]
[fromu2 end2] -> [fromu end2]
[fromr2 end2] -> [fromr end2]
[fromu fromd2] -> cancel
[fromu2 fromd] -> cancel
[fromr froml2] -> cancel
[fromr2 froml] -> cancel
[roadu fromd2] -> cancel
[fromu2 roadd] -> cancel
[roadr froml2] -> cancel
[fromr2 roadl] -> cancel
late [player end][start] -> [car][] again
late [player end2][start2] -> [car2a][] again
[moving road] -> [road]
right [roadu|||||||||||no roadu] -> [roadu|||||||||||roadu]
right [roadl|||||||||||no roadl] -> [roadl|||||||||||roadl]
right [roadd|||||||||||no roadd] -> [roadd|||||||||||roadd]
right [roadr|||||||||||no roadr] -> [roadr|||||||||||roadr]
right [roadu2|||||||||||no roadu2] -> [roadu2|||||||||||roadu2]
right [roadl2|||||||||||no roadl2] -> [roadl2|||||||||||roadl2]
right [roadd2|||||||||||no roadd2] -> [roadd2|||||||||||roadd2]
right [roadr2|||||||||||no roadr2] -> [roadr2|||||||||||roadr2]
right [fromu|||||||||||no fromu] -> [fromu|||||||||||fromu]
right [froml|||||||||||no froml] -> [froml|||||||||||froml]
right [fromd|||||||||||no fromd] -> [fromd|||||||||||fromd]
right [fromr|||||||||||no fromr] -> [fromr|||||||||||fromr]
right [fromu2|||||||||||no fromu2] -> [fromu2|||||||||||fromu2]
right [froml2|||||||||||no froml2] -> [froml2|||||||||||froml2]
right [fromd2|||||||||||no fromd2] -> [fromd2|||||||||||fromd2]
right [fromr2|||||||||||no fromr2] -> [fromr2|||||||||||fromr2]
right [no roadu no groadu|||||||||||roadu] -> [groadu|||||||||||roadu]
right [no roadl no groadl|||||||||||roadl] -> [groadl|||||||||||roadl]
right [no roadd no groadd|||||||||||roadd] -> [groadd|||||||||||roadd]
right [no roadr no groadr|||||||||||roadr] -> [groadr|||||||||||roadr]
right [no roadu2 no groadu2|||||||||||roadu2] -> [groadu2|||||||||||roadu2]
right [no roadl2 no groadl2|||||||||||roadl2] -> [groadl2|||||||||||roadl2]
right [no roadd2 no groadd2|||||||||||roadd2] -> [groadd2|||||||||||roadd2]
right [no roadr2 no groadr2|||||||||||roadr2] -> [groadr2|||||||||||roadr2]
right [no roadu no groadu|||||||||||groadu] -> [groadu|||||||||||groadu]
right [no roadl no groadl|||||||||||groadl] -> [groadl|||||||||||groadl]
right [no roadd no groadd|||||||||||groadd] -> [groadd|||||||||||groadd]
right [no roadr no groadr|||||||||||groadr] -> [groadr|||||||||||groadr]
right [no roadu2 no groadu2|||||||||||groadu2] -> [groadu2|||||||||||groadu2]
right [no roadl2 no groadl2|||||||||||groadl2] -> [groadl2|||||||||||groadl2]
right [no roadd2 no groadd2|||||||||||groadd2] -> [groadd2|||||||||||groadd2]
right [no roadr2 no groadr2|||||||||||groadr2] -> [groadr2|||||||||||groadr2]
right [no fromu no gfroadu|||||||||||fromu] -> [gfroadu|||||||||||fromu]
right [no froml no gfroadl|||||||||||froml] -> [gfroadl|||||||||||froml]
right [no fromd no gfroadd|||||||||||fromd] -> [gfroadd|||||||||||fromd]
right [no fromr no gfroadr|||||||||||fromr] -> [gfroadr|||||||||||fromr]
right [no fromu2 no gfroadu2|||||||||||fromu2] -> [gfroadu2|||||||||||fromu2]
right [no froml2 no gfroadl2|||||||||||froml2] -> [gfroadl2|||||||||||froml2]
right [no fromd2 no gfroadd2|||||||||||fromd2] -> [gfroadd2|||||||||||fromd2]
right [no fromr2 no gfroadr2|||||||||||fromr2] -> [gfroadr2|||||||||||fromr2]
right [no fromu no gfroadu|||||||||||gfroadu] -> [gfroadu|||||||||||gfroadu]
right [no froml no gfroadl|||||||||||gfroadl] -> [gfroadl|||||||||||gfroadl]
right [no fromd no gfroadd|||||||||||gfroadd] -> [gfroadd|||||||||||gfroadd]
right [no fromr no gfroadr|||||||||||gfroadr] -> [gfroadr|||||||||||gfroadr]
right [no fromu2 no gfroadu2|||||||||||gfroadu2] -> [gfroadu2|||||||||||gfroadu2]
right [no froml2 no gfroadl2|||||||||||gfroadl2] -> [gfroadl2|||||||||||gfroadl2]
right [no fromd2 no gfroadd2|||||||||||gfroadd2] -> [gfroadd2|||||||||||gfroadd2]
right [no fromr2 no gfroadr2|||||||||||gfroadr2] -> [gfroadr2|||||||||||gfroadr2]
[road road2 no crossing] -> [road road2 crossing]
[cratepart destroy] -> [destroy]
[car destroy] -> [destroy]
[car2 destroy] -> [destroy]
[car] -> [car checkwin]
[checkwin][checker targetpart no cratepart] -> [][checker targetpart]
[checkwin][checker cratepart no targetpart] -> [][checker cratepart]
[checkwin][car2] -> [][car2]
[checkwin] -> win
==============
WINCONDITIONS
==============
=======
LEVELS
=======
message Deliver the leftmost shipment to the leftmost target, then drive to the stop sign to start looping.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y....a.................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.p..........e.........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......o...............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxkxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q..........f.........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
message The goal of the game is for every target to eventually have a shipment end up on it, and for every shipment to eventually stop moving, and end up on a target.
message Also, note that the road can go straight in the same square twice, creating a "crossroads"
message Lastly, you can push more than one box at a time.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.....o................................................................................................................................................................................................................................z
y........o.............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.p..........e.........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.a....................................................................................................................................................................................................................................z
y....a.................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxkxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q..........f.........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.......b..............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.p........e...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y....@.................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q........f...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......c...............................................................................................................................................................................................................................z
y.p........e...........................................................................................................................................................................................................................z
y......o...............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y...............c......................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q........f...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y....o........a........................................................................................................................................................................................................................z
y.p........e...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y....b.................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q........f...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y..a...................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.p........e...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.......o.o............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q........f...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......c...............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.p........e...........................................................................................................................................................................................................................z
y......o...............................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y.q........f...........................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
y......................................................................................................................................................................................................................................z
lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment