Browse Source

Add a TODO

Yann Weber 5 years ago
parent
commit
bb98817ce7
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      gte/world.py

+ 6
- 1
gte/world.py View 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…
Cancel
Save