Evolution simulator

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

Github星跟蹤圖

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

概覽

名稱與所有者halibegic/merlin
主編程語言HTML
編程語言Java (語言數: 3)
平台Linux, Mac, Windows
許可證
發布數0
創建於2014-03-11 20:55:27
推送於2023-10-04 06:14:10
最后一次提交2023-10-04 08:14:10
星數145
關注者數10
派生數60
提交數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
去到頂部