Skip to main content

A* animation program

Animation of the A* algorithm search process.


BIAGINI
(nathan)
This is a really simple program aimed to show the search progress executed by the A star algorithm. It's fully written in Python with Pygame. The purpose of the program is to show A star working for peoples who wants to figure out how it works. There is actually no interface and all the options are managed from the command line. You can set the size of the nodes and the speed of the animation (use --help for more about the available commands). The controls are : p + click to place the player (starting node), t + click to place the target node (node to reach), w to place walls and SPACE to start the search. You can also use s to save your graphs into a plain text file for further modifications or whatever.

Changes

Links

Home Page
https://code.google.com/p/a-star-animator/

Releases

A* animation program 1.0 — 26 Aug, 2011

Pygame.org account Comments

  • josmiley 2011-08-26 17:23

    "This project currently has no downloads." :s

    josmiley 2011-08-26 20:12

    http://a-star-animator.googlec...

    interesting ...

    shivam kant 2021-04-28 17:49

    https://github.com/Shivamkan/A_star this is my version of what he probably made.
  • steffen5730 2011-10-05 13:57

    This doesn't work!

  • shivam kant 2021-04-28 17:50

    this is my version of what he probably made. https://github.com/Shivamkan/A_star