Skip to content
#

path-finding-algorithm

Here are 17 public repositories matching this topic...

This project implements a random maze generator and visualizes the solution using the A* pathfinding algorithm. It generates a maze, saves it as a PNG image, and highlights the path found by A*. The project includes maze generation, pathfinding, and image rendering functionalities, providing an effective way to explore pathfinding in complex mazes.

  • Updated Oct 12, 2024
  • Go

Improve this page

Add a description, image, and links to the path-finding-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the path-finding-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more