Created
May 26, 2026 19:59
-
-
Save mettamatt/070d96c2f9d70755c17fe4f22f30e902 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; slaymap v1 | |
| ; size: 35x24 | |
| ; layout: odd-q offset grid (col,row), geometric row-major | |
| ; legend: '.'=sea '#'=land | |
| ................................... | |
| .........#......................... | |
| .........###...#.#................. | |
| ..........##...####....#.#......... | |
| ..........##########..####......... | |
| .........#..########.#####......... | |
| .......####.##############......... | |
| ........###.###...########......... | |
| .......#.#.##.####.###########..... | |
| ......###..##.###..##########...... | |
| ......###.##.##..####.######....... | |
| ......###.#..##.####.########...... | |
| ......####.#######.###.######...... | |
| ........#######.#.####..#####...... | |
| ........###.#.##..#####.##......... | |
| ..............############......... | |
| .............##########.##.#....... | |
| .............##.#######.#####...... | |
| ............#....#####.######...... | |
| ............#....####..##.#.#...... | |
| ................#####.#............ | |
| ................######............. | |
| ................#######............ | |
| ................................... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment