You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haeki edited this page Mar 26, 2016
·
41 revisions
Installation
Simple:
Just download JavaKara from here and the files from the repository.
Open a labyrinth from the example world and enter the following code in the editor:
PathFinder pathFinder;
public void myProgram() { pathFinder = new PathFinder(tools, world, kara); pathFinder.start(); }
You must save this in the same directory as the PathFinder source Files.