From e3c55bd254ef26fc7ef70ad6c78141d1267c1139 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 11 Dec 2016 10:24:18 +0000 Subject: Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md 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. -- cgit