CSCI 151 - Data Structures and Object-Oriented Development
Spring 2015
Project 3: Path Finding
- Create a program with a Graphical User Interface (GUI) built using
JavaFX and Scene Builder.
- The program should employ a path-finding algorithm in some way. Its precise purpose is up to you.
- The program should do something interesting for its users beyond the path-finding.
- Feel free to make use of the extensive online documentation of the Java standard libraries.
Grading
- Any project that meets the basic requirement of incorporating
path-finding will receive at least a B.
- To earn an A, the project must, in the instructor's judgement, exhibit some creativity and have some interesting features.