Instructions for downloading:
If this is your first time using developer tools, you'll need to download those here:
Windows:
Java SE Development Kit
,
MinGW for make file
Mac:
Command Line Tools
Extract the folder from the zip file and drag to your desktop.
For Macintosh:
Open up the terminal (Shift+Cmd+A - Utilities - Terminal)
Assuming your user name is "Alex" for example:
Type:
cd /Users/Alex/Desktop/Astar
Next, type:
make compile
(you may need to download cmd line tools to do this action.
Next, type:
make run
For Windows:
Open up the command prompt:
Press Start, then type
cmd
in the search bar.
Assuming your user name is "Alex" for example:
Type:
cd C:\Users\Alex\Desktop\Astar
Next, type:
make compile
Next, type:
make run
Game Controls:
Run A* With Manhatten Heuristic
M
Run A* With Djikstra's Heuristic
D
Run A* With Euclidean's Heuristic
E
Adjust Speed of Algorithm Runtime
Drag slider on left
Change Board
Select from drop down menu on left
**
Download!