Skip to content
#

bfs-pathfinding-algorithm

Here is 1 public repository matching this topic...

This project implements a maze pathfinding solution where an assassin navigates through a maze while avoiding walls and guards. The guards' vision marks certain cells as "observed," which the assassin must avoid. The BFS algorithm is used to find the shortest path to the target, with visual representation of the maze and exploration process.

  • Updated Mar 3, 2025
  • Python

Improve this page

Add a description, image, and links to the bfs-pathfinding-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 bfs-pathfinding-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more