This is the source code to the evolv.io evolution simulator by carykh.
evolv.io is an evolution simulator that runs on the application Processing. evolv.io uses a neural net and evolution in order to simulate creatures evolving over time.
This project has been a great start, however a single repo has proven to be a constraining factor. Therefore a new account has been opened to contain many repos to experiment with new variants, ideas and technologies. Join us there and ask for a repo!
- Download/install Eclipse Neon for Java Developers.
- Launch Eclipse.
- Click
File > New > Project > Maven > Check out Maven Projects from SCM > Next. - Click the
Find more SCM connectors in the m2e Marketplace - Search for
egit. - Check
m2e-egitand clickFinish. (Click next-next-next until it is acutally installed) - Restart Eclipse when it asks you to.
- Click
File > New > Project > Maven > Check out Maven Projects from SCM > Next. - Put
https://github.com/evolvio/evolv.io.gitin for the SCM URL and clickFinish. - Click
Run > Run
