Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.47 KB

File metadata and controls

25 lines (19 loc) · 1.47 KB

Pathfinding-algorithms-Interactive-representation

The project is my try in interactively visualize pathfinding algorithms. The initial intentions where only to explore pathfinding, but later I realized that those algorithms did not had a play ground, so I extended it to include maze generation algorithms

I have tried to focus first on "the most popular" choises - later those can be really easily extended via inheriting an interface. In section Feature Plans we will cover what I want to add next.

Features

Currently the project supports the visualisation of:

  • A* algorithm

Feature Plans

Pathfinding algorithms to be added in preceedance order:

Preview

Maze-gen-preview a-star-preview

Note: Gifs are glitchi because of video recording not program execution.