Skip to content

Graphical application witten in Java that simulates a maze and uses A* pathfinding to navigate the maze

Notifications You must be signed in to change notification settings

JagrajAulakh/Maze-Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Path-finding Simulation

What is this about?

This project is a basic simulation of a path-finding algorithm. The program will create a randomly generated maze and find the best path from point A -> point B (picked by the user).

What did we use?

  • Java swing for graphics
  • A* algorithm for path-finding
  • [] for maze generation

Controls

There are 2 modes (m to switch modes):

  • Point mode
    • LMB places start point
    • RMB places end point
  • Maze mode
    • LMB draws walls
    • RMB removes walls

Demo

About

Graphical application witten in Java that simulates a maze and uses A* pathfinding to navigate the maze

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages