This commit is contained in:
platane
2025-03-23 15:24:13 +01:00
parent c135277bdf
commit 42f5b68655
6 changed files with 94 additions and 3 deletions

View File

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