From caf071fc7001c500db0e4fe7173c16cdbc263a57 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 9 Nov 2020 09:08:42 -0600 Subject: [PATCH] add README for repo --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..50759ae --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file