Skip to content

algodeck/genetic-algorithm-factory

Repository files navigation

How to create generative designs with genetic algorithms

Play God by learning how to create a basic genetic algorithm and making some generative art.

oto

Please meet oto and read the accompanying article on Algodeck.

How to run?

npm install
npm run dev

Files

  • The main genetic algorithm (GA) part is in ga.js
  • The setup of the GA and how to draw things is in index.js

Maybe try making a generative monster or a generative flower! Let me know if you created any fun projects with the code.