initial framework added
[fp1415-soccerfun.git] / src / StdReferee / RefereeCoach_Keeper_Assignment.dcl
diff --git a/src/StdReferee/RefereeCoach_Keeper_Assignment.dcl b/src/StdReferee/RefereeCoach_Keeper_Assignment.dcl
new file mode 100644 (file)
index 0000000..91572ba
--- /dev/null
@@ -0,0 +1,13 @@
+definition module RefereeCoach_Keeper_Assignment\r
+\r
+/** This module implements a referee coach for a keeper assignment.\r
+       The student team consists of a single keeper. He is challenged by TeamOpponent_Keeper_Assignment\r
+       which consists of a number of footballers who are passing the ball to each other in an attempt\r
+       to have the keeper not cover the center of the goal.\r
+       \r
+       Developed by Wanja Krah.\r
+*/\r
+\r
+import Referee\r
+\r
+RefereeCoach_Keeper :: !FootballField -> Referee\r