Skip to main content

A* Pathfinding Algorithm - 1.0

Simple implementation of the A* pathfinding algorithm using pygame.


Canio Massimo Tristano
(keebus)
This is a A* pathfinding algorithm demo working with pygame.

Just run the run.py file.

Red cell means it's in the CLOSED list, green in the OPEN list (cells still to check). The numbers in cells are g (the cost), h ( the heuristic) and f ( the total score, f = g + h).

Thanks and enjoy.

Changes

Links

Home Page
http://www.keebus.net/?page_id=52
Source
http://www.keebus.net/files/astar-src.rar

Releases

A* Pathfinding Algorithm 1.0 — 10 Jun, 2008

A* Pathfinding Algorithm 2.0 — 11 Jun, 2008

A* Pathfinding Algorithm 2.2 — 8 Jul, 2008

Pygame.org account Comments

  • Real name 2017-08-30 13:17

    the page isn't working
  • Fabian 2020-10-16 14:31

    dead
  • Fabian 2020-10-16 14:31

    dead