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/
- Host: GitHub
- URL: https://github.com/rossning92/genetic-algorithm
- Owner: rossning92
- Created: 2021-06-13T03:34:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T21:11:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T23:35:50.792Z (over 2 years ago)
- Topics: ga, game, genetic-algorithm, javascript, p5js
- Language: TypeScript
- Homepage:
- Size: 2.8 MB
- Stars: 85
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic Algorithm for Walking Simulation
Online demo: https://rossning92.github.io/genetic-algorithm/
## 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`