An open API service indexing awesome lists of open source software.

https://github.com/rossning92/genetic-algorithm

Genetic algorithm for walking simulation. Online demo: https://rossning92.github.io/genetic-algorithm/
https://github.com/rossning92/genetic-algorithm

ga game genetic-algorithm javascript p5js

Last synced: 7 months ago
JSON representation

Genetic algorithm for walking simulation. Online demo: https://rossning92.github.io/genetic-algorithm/

Awesome Lists containing this project

README

        

# Genetic Algorithm for Walking Simulation

Online demo: https://rossning92.github.io/genetic-algorithm/
![](images/demo.gif)

## Build the code

> Make sure you have node 12+ installed: https://nodejs.org/en/download/

- Install all dependencies by `npm i` or `yarn` if you have yarn installed.
- Run demo locally: `npm start`
- Build the whole demo into `/docs` folder: `npm run build`