update
[fp1415-soccerfun.git] / src / StdReferee / RefereeCoach_Passing_Assignment.dcl
1 definition module RefereeCoach_Passing_Assignment
2
3 /** This module implements a referee coach for a ball passing assignment.
4 The student footballer team should pass the ball from one end of the field to the other
5 end of the field. Accepting players should not move further away than 10 metres from
6 their starting point. The last player should kick the ball in the goal to end the assignment.
7
8 The opponent team should be Team_Opponent_Passing_Assignment.
9
10 Developed by Wanja Krah.
11 */
12
13 import Referee
14
15 RefereeCoach_Passing :: !FootballField -> Referee