aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-12-11 10:24:18 +0000
committerGitHub <noreply@github.com>2016-12-11 10:24:18 +0000
commite3c55bd254ef26fc7ef70ad6c78141d1267c1139 (patch)
tree85356dc2d72924dd9cc47b32666e8b1e14f1357c
parent26d86a9b1d18fdd5d5b925c08d83c8dc12bbfbac (diff)
downloadA-star-algorithm-e3c55bd254ef26fc7ef70ad6c78141d1267c1139.tar.gz
A-star-algorithm-e3c55bd254ef26fc7ef70ad6c78141d1267c1139.zip
Create README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2655e03
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# A-star-algorithm
+A* Algorithm for game AI's so that they can move around. This uses heuristic methods and current path to calculate the fastest path with the minimum amount of search.