Size: 1292
Comment: evolution 一个开放式的虚拟生态环境
|
Size: 502
Comment: 代码放到 google code 上去了
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from evolution | |
Line 2: | Line 3: |
= Evolution = 简介:一个开放式的虚拟生态环境,用户可以使用Python编写动物的逻辑并放到虚拟生态环境中观察其生长等情况。 -- by ["huangyi"] ["[email protected]"] == 0.1 == === 下载 === === Achieve === * 基本完成构建"地基"的工作 * 提供API:begin_moving 、stop_moving,用户可以编写动物以自定义的策略进行移动。 * 提供API:scan 、scanfor,用户编写的动物可以观察视野范围内的情况,并执行相应的行为。 === TODO === 近期目标: * 能量:给动物计算能量增长,运动消耗能量,给环境增加植物,动物吃植物可以补充能量,能量为0则死,死亡后动物并不立即小时,吃动物也可以补充能量。 === 意见箱 === * 大家对0.1有什么看法? == TODO == 远大理想: * 动物之间可以结盟、残杀,并提供某种评分机制对用户编写的动物进行排名。 * 提供更丰富的API。 * 放到网络上去。 == 还没啥头绪的问题 == * 大地图,世界大了一个屏幕肯定装不下,要能够滚动并提供一个小的缩略图。 * 放到网络上去,估计也是个有点麻烦的事情。 |
= pylifes = * An open ecosystem simulation writen in StacklessPython, an interesting game for python programer. * [http://code.google.com/p/pylifes/] == 简介 == * It's a game for python programer. You can write your own animals in python, then put them into the ecosystem, and you can watch their pullulations, competitions, etc. * 底层调度使用到StacklessPython,界面使用到PyGame。 |
Line 28: | Line 12: |
* 大家多提宝贵意见 | * 欢迎留言 |
pylifes
An open ecosystem simulation writen in StacklessPython, an interesting game for python programer.
简介
- It's a game for python programer. You can write your own animals in python, then put them into the
ecosystem, and you can watch their pullulations, competitions, etc.
底层调度使用到StacklessPython,界面使用到PyGame。
意见箱
- 欢迎留言