Download a MAZ file to view, and then…
A .MAZ
file viewer, written in Elm!
This is a project I made to learn Elm! It renders MAZ files into SVG on your browser. The file-reading code is written in JavaScript and exposed through a port to Elm. (I did this because file-reading code is not part of the Elm standard library, and working with byte arrays is easier in JS.) The SVG-emitting code is written entirely in Elm.
- Support raw/unpacked MAZ files.
- Write a maze generator in Elm…