Name
A* Pathfinding Engine
Author
Koji 
Category
Engine/Resource
Release Date
2002-11-29
Rating
(1/5)
Tags
This record currently has no tags. Log in to add tags.
Version
Requires MegaZeux 2.69 or newer.
Downloads
A* Pathfinding Engine
2019-07-02: This engine has been resaved with MZX 2.69 so it works in releases after MZX 2.68. -Lachesis
Koji  said:
Link
Last modified 2012-05-19 01:50:56
NOTE: This review was written for version 1.0 and may be outdated.
Simple demo of A* path finding algorithm.. this was made a while back before I made 2.6 so it could probably be ALOT faster.

A* pathfinding is primarily BEST used in finding the shortest possible path through a set of points. with obstacles.

This is a VERY simple and completely unoptimized proof of concept. it could be SOO much faster... but oh well.