From: Mart Lubbers Date: Tue, 2 Jun 2015 13:04:01 +0000 (+0200) Subject: removed thumbs and started with rounds X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=d30ad0fe0986e0a365c81fca9926ba6c6e6b691e;p=fp1415-soccerfun.git removed thumbs and started with rounds --- diff --git a/src/StdTeam/Team_Student_Rounds_Assignment.icl b/src/StdTeam/Team_Student_Rounds_Assignment.icl index 8c0e333..e10bc7f 100644 --- a/src/StdTeam/Team_Student_Rounds_Assignment.icl +++ b/src/StdTeam/Team_Student_Rounds_Assignment.icl @@ -18,7 +18,14 @@ where ] club = base_TeamName_Student_Rounds +++ if (home==West) "_W" "_E" positions = [(-0.49,0.00)] - footballer playerID = defaultFootballer playerID // implement your footballer here + footballer playerID = {defaultFootballer playerID & + name = "Peter88", + brain = {memory = Void, ai = mind}} base_TeamName_Student_Rounds :: String base_TeamName_Student_Rounds = "Student Rounds" + +:: Memory :== Void + +mind :: !(!BrainInput, !Memory) -> (!BrainOutput, !Memory) +mind ({football, others, me}, memory) = (Move zero zero) diff --git a/src/afbeeldingen/Thumbs.db b/src/afbeeldingen/Thumbs.db deleted file mode 100644 index 42778ae..0000000 Binary files a/src/afbeeldingen/Thumbs.db and /dev/null differ