jevo.js is a native JavaScript/ES6 based, digital organisms evolution simulator. It's used for study the evolutionary biology of self-replicating and evolving computer programs (digital organisms). This project similar to Avida, but works with more abstract language (Digital Organism Script - DOS) instead of assembler. It uses special DOSVM for running DOS byte code. More details on blog and youtube channel. Video presentation is here.
- Clone this repo to your local machine
- Go to the root folder of cloned repo
- Run
install.batunder Windows ornpm installon other platforms - Run
build.batunder Windows or./node_modules/bin/webpackon other platforms - Run
./dist/index.htmlunder chrome browser
enjoy out team!