Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 566 Bytes

Evolution Simulator

With this project I would like to illustrate the evolution and present a concept for this in React.

The project from https://github.com/davidrmiller/biosim4 inspired me. For a better understanding of this project, I can recommend the video https://youtu.be/N3tRFayqVtk?si=D_q4k5FR_HBoExjY.

Requirements

  • npm v9.6.4
  • node v20.1.0

Installation

npm install

Launch

npm run start

Tests

npm run test

CLI

npm run cli

or

./bin/cli [--challenge <number>] [--saveThresholdGenerations <number>] [--help]