red42 / HTML5_Genetic_Cars

A genetic algorithm car evolver in HTML5 canvas.
zlib License
1.19k stars 294 forks source link

kill car when it reaches and of the path #12

Closed kissiel closed 8 years ago

kissiel commented 9 years ago

Instead of falling off from last tile of the path, this patch makes simulation kill the car and record last position achieved by it.

Signed-off-by: Maciej Kisielewski kissiel@gmail.com

kissiel commented 8 years ago

Better late than never :-)