소스 검색

engulf ideas

Bastien Sevajol 7 년 전
부모
커밋
bdaee593ca
2개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      sandbox/engulf/__init__.py
  2. 20 0
      sandbox/engulf/run.py

+ 0 - 0
sandbox/engulf/__init__.py 파일 보기


+ 20 - 0
sandbox/engulf/run.py 파일 보기

@@ -0,0 +1,20 @@
1
+"""
2
+
3
+Engulf is simulation containing:
4
+
5
+* Subjects who need to:
6
+  * eat
7
+    * low energy ground stuff
8
+    * other alive subjects
9
+    * other dead subjects
10
+  * sleep
11
+  * want to be not alone
12
+    * with non aggressive subjects
13
+  * want to be alone
14
+  * reproduce
15
+    * with non aggressive subjects
16
+    * and transmit tendencies because their cultures can be
17
+      * eat: - eat background stuff, + eat subjects
18
+      * alone/not alone: - be alone + not alone
19
+
20
+"""