Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 271 Bytes

File metadata and controls

17 lines (13 loc) · 271 Bytes

MazeBuilder

This code generates random maze and outputs it in a svg format.

To start the code run:

    make

Then open maze.html in your browser.

To create a html documentation run:

    doxygen docs
    cd html

There open index.html in your browser.