diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..131bc61 --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +#+title: Fornax +#+subtitle: Collection of tools to visualize Path Finding Algorithms +#+export_file_name: index +#+setupfile: ~/.emacs.d/org-templates/projects.org + +| Website | https://andinus.unfla.me/projects/fornax | +| Source | https://git.unfla.me/fornax | +| GitHub (mirror) | https://github.com/andinus/fornax | + +* Project Structure + +- Algorithms are located in ~algorithms/~ directory, sub-directory needs + to be created for programming languages which will hold the actual + source. |