maze-generator
maze-generator copied to clipboard
C++ maze generator using recursive backtracking.
Results
1
maze-generator issues
Sort by
recently updated
recently updated
newest added
When specifying zoom, the raw output produces trailing black pixels because of a faulty calculation in the output writer. To fix: on `Ln 43` of `raw_output_writer.cpp` change ```cpp write(white, zoom_...