Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 533 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 533 Bytes

Maze Generator

a maze generator using a recursive backtracking algorithm.
I know it may not be the cleanest code 😅 I just did it for fun.

Run

for this to run you need to run it using these jvm arguments

--module-path=lib/javafx-sdk-11.0.2/lib/ --add-modules=javafx.controls -Xss4m

if you're using VSCode then you don't need to worry about it, it's already been set in \.vscode\launch.json