/evolv.io

Evolution simulator created by carykh

Primary LanguageJava

video screenshot

This is the source code to the evolv.io evolution simulator by carykh.

Join the chat at https://gitter.im/evolvio/evolv.io

Summary

evolv.io is an evolution similator that runs on the application Processing. evolv.io uses a neural net and evolution in order to simulate creatures evolving over time.

Executing

  1. Download/install Eclipse Neon for Java Developers.
  2. Launch Eclipse.
  3. Click File > New > Project > Maven > Check out Maven Projects from SCM > Next.
  4. Click the Find more SCM connectors in the m2e Marketplace
  5. Search for egit.
  6. Check m2e-egit and click Finish. (Click next-next-next until it is acutally installed)
  7. Restart Eclipse when it asks you to.
  8. Click File > New > Project > Maven > Check out Maven Projects from SCM > Next.
  9. Put https://github.com/evolvio/evolv.io.git in for the SCM URL and click Finish.
  10. Click Run > Run