commit c98d5e49612a726969f9010d0d9c08a673ca7bf1
parent 99ca396c59261ffc6c60fb76d5ade8d8bfce5f02
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Mon, 15 Mar 2021 21:19:25 -0400
fixed typo in README.md
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,8 +4,11 @@ Uses a genetic algorithm to help Mario solve a maze
![mario](https://mcarlson.xyz/img/mario.png)
M = Mario
+
G = Goomba
+
E = Exit
-# = Wall
+
+# = Wall
Algorithm may take up to a minute to complete depending on luck.