Skip to content

Instantly share code, notes, and snippets.

@spdegabrielle
Last active April 2, 2023 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spdegabrielle/4541b10fa30f9d497d258a5dc47ec94a to your computer and use it in GitHub Desktop.
Save spdegabrielle/4541b10fa30f9d497d258a5dc47ec94a to your computer and use it in GitHub Desktop.
level data for untitled maze game
(vector
;0 4 8 2 6 0 4 8
"╔═══╗║T║╔════╕╒════╗║T║╔═══╗"
"║.*.║║t║║..*.║║.*..║║t║║.*.║"
"║...╚╝t╚╝.┌┐.║║.┌┐.╚╝t╚╝...║"
"║.........││.║║.││.........║"
"║.┌──┐.*..└┘.╚╝.└┘..*.┌──┐.║"
"║.└──┘................└──┘.║"
"║.┌──┐.┌┐.┌──────┐.┌┐.┌──┐.║"
"║.└──┘.││.└──┐┌──┘.││.└──┘.║"
"║......││....││....││......║"
"╚════╗.│└──┐ └┘ ┌──┘│.╔════╝"
" ║.│┌──┘ └──┐│.║ "
" ║.││ ││.║ "
" ║.││ ╔______╗ ││.║ "
"═════╝.└┘ ║ ║ └┘.╚═════"
"Ttttt . ╚══════╝ .tttttT"
"═════╗.┌┐ ┌──────┐ ┌┐.╔═════"
" ║.││ └──┐┌──┘ ││.║ "
"╔════╝.└┘ ││ └┘.╚════╗"
"║............││............║"
"║.┌──┐.┌───┐.└┘.┌───┐.┌──┐.║"
"║.└─┐│.└───┘....└───┘.│┌─┘.║"
"║*..└┘................└┘.╔═╝"
"╚═╗.......┌──────┐.......╚═╗"
"╔═╝.╔╗.╔╗.└──────┘.╔╗.╔╗.*.║"
"║.*.║║t║║...*..*...║║t║║.*.║"
"╚═══╝║T║╚══════════╝║T║╚═══╝"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment