Skip to content

Program in Java 1.8 to visualize a robot solving a maze. Program uses JavaFX to create the UI, and allows the user to select a specific maze, robot, and robot color. Along with this, the user has the capability to create and edit existing mazes.

Notifications You must be signed in to change notification settings

ethanlchristensen/MazeSolvingProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MazeSolvingProgram

Program in Java 1.8 to visualize a robot solving a maze. Program uses JavaFX to create the UI, and allows the user to select a specific maze, robot, and robot color. Along with this, the user has the capability to create and edit existing mazes.

Recommendation

Download the MazeSolvingProgram folder from github, and use intelliJ with Java 1.8 to open the project. Main file to run the program is "MazeWindow.java"

Example Run

Choose a Maze

choosemaze

Choose a Robot

chooserobot

Choose a Robot Color

chooserobotcolor

Solve the Maze

solvemaze

Maze is solved

mazesolved

About

Program in Java 1.8 to visualize a robot solving a maze. Program uses JavaFX to create the UI, and allows the user to select a specific maze, robot, and robot color. Along with this, the user has the capability to create and edit existing mazes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages