A genetic algorithm car evolver in HTML5 canvas.
Inspired by BoxCar2D, uses the same physics engine (Box2D), written from scratch.
Originally published on http://rednuht.org/genetic_cars_2/
Just open index.html in a browser. No build step, no npm, no bundler.
For the graph-only (headless) view, open graphs.html.
Tip: Some browsers block local file access. If needed, serve locally:
python3 -m http.server 8000Then visit
http://localhost:8000