🔨 fix algorithm priority

This commit is contained in:
platane
2020-11-30 17:57:03 +01:00
parent 55758d606c
commit e5c3fef1ff
2 changed files with 9 additions and 3 deletions

View File

@@ -78,6 +78,12 @@ export const closedO = createFromAscii(`
# #
#######
`);
export const tunnels = createFromAscii(`
### ### ###
#.# #.# #.#
#.# ### # #
`);
const createRandom = (width: number, height: number, emptyP: number) => {
const grid = createEmptyGrid(width, height);