removed thumbs and started with rounds
[fp1415-soccerfun.git] / src / StdTeam / Team_Student_Rounds_Assignment.icl
index 8c0e333..e10bc7f 100644 (file)
@@ -18,7 +18,14 @@ where
                                                                          ]\r
        club                                                    = base_TeamName_Student_Rounds +++ if (home==West) "_W" "_E"\r
        positions                                               = [(-0.49,0.00)]\r
-       footballer playerID                             = defaultFootballer playerID            // implement your footballer here\r
+       footballer playerID                             = {defaultFootballer playerID &\r
+               name = "Peter88",\r
+               brain = {memory = Void, ai = mind}}\r
 \r
 base_TeamName_Student_Rounds :: String\r
 base_TeamName_Student_Rounds = "Student Rounds"\r
+\r
+:: Memory :== Void\r
+\r
+mind :: !(!BrainInput, !Memory) -> (!BrainOutput, !Memory)\r
+mind ({football, others, me}, memory) = (Move  zero zero)\r