Yann Weber 5 anni fa
parent
commit
bb98817ce7
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6
    1
      gte/world.py

+ 6
- 1
gte/world.py Vedi File

@@ -1,4 +1,9 @@
1
-""" @brief This module contains stuff that represent Turmit's world """
1
+""" @brief This module contains stuff that represent Turmit's world
2
+
3
+    @TODO add turmit score based on how many input (like x,y,r,g,b) encountered
4
+    on __call__ : a score or a bool
5
+
6
+"""
2 7
 
3 8
 import colorsys
4 9
 import scipy.misc

Loading…
Annulla
Salva