Evolution simulator

由 carykh 创建的进化模拟器。「Evolution simulator created by carykh」

Github星跟踪图

该项目 repo 已失效,下落不明 :-)。

主要指标

概览
名称与所有者halibegic/merlin
主编程语言HTML
编程语言Java (语言数: 3)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2014-03-11 20:55:27
推送于2023-10-04 06:14:10
最后一次提交2023-10-04 08:14:10
发布数0
用户参与
星数147
关注者数9
派生数59
提交数132
已启用问题?
问题数2
打开的问题数0
拉请求数3
打开的拉请求数0
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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 simulator that runs on the application Processing.
evolv.io uses a neural net and evolution in order to simulate creatures evolving over time.

New Projects

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!

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