Skip to content

dkwapisz/PathFinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinding Algortihms Visualisation

My own project

Table of Contents

General

This app shows how pathfinding algorithms work. At the moment, the program includes only one algorithm: BFS (Breadth-First Search).

Features

  • Possibility to draw your own maze including setting start point and finish point
  • Possibility of saving the maze to a txt file
  • Possibility to set up the maze in different sizes (preffered size: 30x30 cells)

Technologies Used

  • Java (openjdk-17)
  • JavaFX (without FXML files)
  • Maven

Screenshots

Screenshot_1 Screenshot_2

How to open

IntelliJ IDEA

  1. Download project via Github
  2. Open using IntelliJ IDEA
  3. Reload Maven Dependencies
  4. Run via Main.java class