Ross ROSS = Recommend OSS · open-source software intelligence for agents

mikepound/mazesolving

A variety of algorithms to solve mazes from an input image observed · 2026-08-28

github.com/mikepound/mazesolving · Python · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3489
  • days_rel: n/a
  • days_push: 1408
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1747 stars · 399 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A collection of Python algorithms that solve mazes from input images, created as a companion to a Computerphile video. It supports multiple pathfinding approaches including breadth-first search, Dijkstra, and A* on black-and-white maze images.

Use cases

  • solve a maze from a png image
  • compare pathfinding algorithms like bfs dijkstra and a-star
  • learn how maze solving algorithms work
  • find the shortest path through a maze image
  • educational demo of graph search on images
  • process large maze images with low memory usage

When to choose

  • you want to learn or teach classic pathfinding algorithms with visual maze examples
  • you need a simple script to solve black-and-white maze images
  • you want reference code from a well-known educational video

When to avoid

  • you need a production-grade or actively maintained maze solver
  • your mazes have large open white areas or non-standard formats
  • you need high performance on very large mazes with limited RAM

Facets

library · maturity maintenance

image-processing search-engine developer-tools computer-vision education developer-tools python cross-platform maze-solving pathfinding computerphile graph-algorithms breadth-first-search dijkstra a-star algorithms

1 source

Member repositories

RepositoryRoleHealth v2
mikepound/mazesolvingmain32

For agents

markdown · JSON · MCP: product_card(name="mikepound/mazesolving")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem