update
[fp1415-soccerfun.git] / src / StdTeam / Team_Student_Rounds_Assignment.icl
index e10bc7f..8c0e333 100644 (file)
@@ -18,14 +18,7 @@ where
                                                                          ]\r
        club                                                    = base_TeamName_Student_Rounds +++ if (home==West) "_W" "_E"\r
        positions                                               = [(-0.49,0.00)]\r
-       footballer playerID                             = {defaultFootballer playerID &\r
-               name = "Peter88",\r
-               brain = {memory = Void, ai = mind}}\r
+       footballer playerID                             = defaultFootballer playerID            // implement your footballer here\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