mario

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

README.md (231B)


      1 # Mario
      2 Uses a genetic algorithm to help Mario solve a maze
      3 
      4 ![mario](https://mattcarlson.org/img/mario.png?raw=true)
      5 
      6 M = Mario
      7 
      8 G = Goomba
      9 
     10 E = Exit
     11 
     12 # = Wall
     13 
     14 Algorithm may take up to a minute to complete depending on luck.