mario

Genetic algorithm that helps Mario solve a maze
git clone git://mattcarlson.org/repos/mario.git
Log | Files | Refs | README

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:
MREADME.md | 5++++-
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 + +&#35; = Wall Algorithm may take up to a minute to complete depending on luck.