initial framework added
[fp1415-soccerfun.git] / src / StdReferee / RefereeCoach_DeepPass_Assignment.dcl
1 definition module RefereeCoach_DeepPass_Assignment
2
3 /** This module implements a referee coach for a ball passing assignment.
4 Two footballers from the student team are separated by a group of opponents who are crossing
5 the field in north-south direction. The player at one side is in possession of the ball.
6 He needs to pass the ball to the other player in such a way that it can not be gained by
7 an opponent.
8
9 The opponent team should be Team_Opponent_DeepPass_Assignment.
10
11 Developed by Wanja Krah.
12 */
13
14 import Referee
15
16 RefereeCoach_DeepPass :: !FootballField -> Referee