initial framework added
[fp1415-soccerfun.git] / src / StdReferee / RefereeCoach_DeepPass_Assignment.dcl
diff --git a/src/StdReferee/RefereeCoach_DeepPass_Assignment.dcl b/src/StdReferee/RefereeCoach_DeepPass_Assignment.dcl
new file mode 100644 (file)
index 0000000..ac0f508
--- /dev/null
@@ -0,0 +1,16 @@
+definition module RefereeCoach_DeepPass_Assignment\r
+\r
+/** This module implements a referee coach for a ball passing assignment.\r
+       Two footballers from the student team are separated by a group of opponents who are crossing\r
+       the field in north-south direction. The player at one side is in possession of the ball.\r
+       He needs to pass the ball to the other player in such a way that it can not be gained by\r
+       an opponent. \r
+       \r
+       The opponent team should be Team_Opponent_DeepPass_Assignment.\r
+       \r
+       Developed by Wanja Krah.\r
+*/\r
+\r
+import Referee\r
+\r
+RefereeCoach_DeepPass :: !FootballField -> Referee\r