]\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