Final project for Algorithms and Data Structures class.
| File | Description |
|---|---|
| algorithm.rs | The four main algorithms in use |
| generate.rs | Auto world generation |
| input.rs | Game / User Input controls |
| main.rs | Setup |
| options.rs | GUI / User Interface controls |
| pathfinder .rs | Bulk of the path finding code |
| tile.rs | Tile data structure |