Skip to content

mekhovov/jevo.js

 
 

Repository files navigation

jevo.js

Build Status

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.

Installation

  • Clone this repo to your local machine
  • Go to the root folder of cloned repo
  • Run install.bat under Windows or npm install on other platforms
  • Run build.bat under Windows or ./node_modules/bin/webpack on other platforms
  • Run ./dist/index.html under chrome browser

enjoy out team!

About

JavaScript implementation of Digital Organisms simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Batchfile 0.1%