outline how minds work
This commit is contained in:
8
Mechanics/flow-8.graph
Normal file
8
Mechanics/flow-8.graph
Normal file
@@ -0,0 +1,8 @@
|
||||
[ START ] --> [ damage? ]
|
||||
[ damage? ] -- yes --> [ run opposite way! ]
|
||||
[ damage? ] -- no --> [ food? ]
|
||||
[ food? ] -- here --> [ eat ]
|
||||
[ eat ] -- X=1 --> [ food? ]
|
||||
[ food? ] -- near --> [ move to food ]
|
||||
[ food? ] -- no --> [ move X squares in random direction ]
|
||||
[ move X squares in random direction ] -- increase-X --> [ food? ]
|
Reference in New Issue
Block a user