Skip to content

Desktop app to demonstrate maze generation algorithms and pathfinding algorithms.

Notifications You must be signed in to change notification settings

IAmFunkyFrog/MazeRunner

Repository files navigation

MazeRunner

Desktop app to demonstrate maze generation algorithms and pathfinding algorithms.

Main window

How to run

  1. Clone project
git clone https://github.com/IAmFunkyFrog/MazeRunner.git
  1. Use gradle to run application
./MazeRunner/gradlew run

Implemented features

  • Different types of labyrinth display:
    • Grid type
    • Graph type
  • Algorithms for generating mazes
    • Euler algorithm
  • Algorithms for finding path inside maze
    • Random algorithm
    • BFS
  • Saving (loading) labyrinth in (from) file

About

Desktop app to demonstrate maze generation algorithms and pathfinding algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages