mirror of
https://github.com/Xevion/Paths.git
synced 2025-12-06 05:15:52 -06:00
add README for repo
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Paths
|
||||||
|
|
||||||
|
Paths is a Unity-based application dedicated to showing off a array of different pathfinding algorithms in a variety of different environments and configurations.
|
||||||
|
|
||||||
|
## Algorithms
|
||||||
|
|
||||||
|
- A*
|
||||||
|
|
||||||
|
## To-do
|
||||||
|
|
||||||
|
- Algorithms
|
||||||
|
- Djikstra
|
||||||
|
- IDA*
|
||||||
|
- Depth-First Search
|
||||||
|
- Breadth-First Search
|
||||||
|
- Jump Point Search
|
||||||
|
- Orthogonal Jump Point Search
|
||||||
|
- Trace
|
||||||
|
- Bellman-Ford
|
||||||
|
- D* or D*-Lite
|
||||||
|
- Configuration Options
|
||||||
|
- Heuristic Calculations
|
||||||
|
- Informed Search Options
|
||||||
|
- Uninformed
|
||||||
|
- Informed
|
||||||
|
- Manhattan
|
||||||
|
- Euclidean
|
||||||
|
- Application Elements
|
||||||
|
- Editable Graph
|
||||||
|
- UI Toolbar / Tool Selection
|
||||||
|
- Algorithm Configuration Area
|
||||||
|
- Statistics Report
|
||||||
|
- State Slider
|
||||||
|
- Miscellaneous
|
||||||
|
- Repository graphics
|
||||||
Reference in New Issue
Block a user