From e35b5f8b7656c7695208d5cae6fb1db7db33bbda Mon Sep 17 00:00:00 2001 From: Mitchell Date: Fri, 25 Nov 2016 21:54:19 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8cdc3..fb80b1e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -# Simple aStar pathing in SFML +# a-star + +Simple implementation of the a* algorithm Blue = wall Red = walkway -Left click to change path +Yellow = pather +Left click to change path ![alt tag](https://github.com/MitchellHansen/aStar/blob/master/screeny.png)