Kaynağa Gözat

engulf ideas

Bastien Sevajol 7 yıl önce
ebeveyn
işleme
bdaee593ca
2 değiştirilmiş dosya ile 20 ekleme ve 0 silme
  1. 0 0
      sandbox/engulf/__init__.py
  2. 20 0
      sandbox/engulf/run.py

+ 0 - 0
sandbox/engulf/__init__.py Dosyayı Görüntüle


+ 20 - 0
sandbox/engulf/run.py Dosyayı Görüntüle

@@ -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
+"""