Project: JavA*
This implementation of the A* search algorithm can be easily plugged into any Java program. All classes can be overridden to allow nearly any application of A* to be used. Coming soon: Article about using this code for various applications, a few test games/apps using it.
New as of Oct. 21, 2007: GNU GPL v3
Files: Class and Source (84 KB) JavA* class and source files. Includes JUnit tests in the /test/ folder.
|