Create your own level – maybe soon :)
There is no graphical level editor yet. However, you can get any game board you want by loading the main page with the correct parameters:
- size
- Board size in the format
(number of columns, number of rows) . - blocked
- Blocked tiles in the format
(x1,y1),...,(xn,yn) . The lower left tile in the board has coordinate(1,1) .
Example: The parameters of
this link
let you play on the demo board used on the Rules page:
?size=(3,4)&blocked=(1,1),(3,1),(3,2),(2,4)
Note that you always have to provide both parameters, even if blocked=
is empty.