Bastien Sevajol преди 8 години
родител
ревизия
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
+"""