Skip to main content

algorithm


AStar

A simple python implementation of the A* (a-star) path finding algorithm. The source contains the algorithm and a simple proof-of-concept example using pygame. The code only implements support for a plain square map but it should be fairly simple to implement support for any map type. If you have any questions regarding this don't hesitate to ask.

Theseus V1.0

A maze generation algorithm demonstration.

Genetic Polynomials

Attempt to create a program that guesses a function depending on a set of given points.

Path Finding

A demo visualizing the execution of various path finding algorithms


A* Algorithm

Two python programs using the A* algorithm.


A* animation program

Animation of the A* algorithm search process.

A* animation program

Animation of the A* algorithm search process.

next