Skip to content

JavaFX application that generates a maze using a recursive backtracking algorithm

Notifications You must be signed in to change notification settings

ElforL/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaFX application that generates a maze using a recursive backtracking algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages