initial framework added
[fp1415-soccerfun.git] / src / StdReferee / RefereeCoach_Passing_Assignment.dcl
diff --git a/src/StdReferee/RefereeCoach_Passing_Assignment.dcl b/src/StdReferee/RefereeCoach_Passing_Assignment.dcl
new file mode 100644 (file)
index 0000000..915ffe1
--- /dev/null
@@ -0,0 +1,15 @@
+definition module RefereeCoach_Passing_Assignment\r
+\r
+/** This module implements a referee coach for a ball passing assignment.\r
+       The student footballer team should pass the ball from one end of the field to the other\r
+       end of the field. Accepting players should not move further away than 10 metres from \r
+       their starting point. The last player should kick the ball in the goal to end the assignment.\r
+       \r
+       The opponent team should be Team_Opponent_Passing_Assignment.\r
+       \r
+       Developed by Wanja Krah.\r
+*/\r
+\r
+import Referee\r
+\r
+RefereeCoach_Passing :: !FootballField -> Referee\r