Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 639 Bytes

File metadata and controls

15 lines (11 loc) · 639 Bytes

Pathfinder

Pathfinding algorithms using processing to draw to screen. Processing library available here.

image

Usage:

###Running the source Download the Processing application, and add core.jar as a library to the project.

To add an algorithm:

Create a new class extending Algorithm in the algorithms package, add an enum, which will display as the name in the program, to the AlgorithmType Enum file, and add the enum type and class instantiation to Pathfinder.java's AlgorithmType enum switch statement.