ABAP-Games / Elifoot

Elifoot made in ABAP
MIT License
0 stars 0 forks source link

Create soccer match class #6

Open fabiopagoti opened 9 years ago

fabiopagoti commented 9 years ago

A match has 2 teams.

Both teams must have between 11 and 18 players in a match (but they can have more relaxing at home)

Both teams must have exactly 11 players on their initial formation.

Given both teams, a match will answer which of them is the winner. The logic to decide that will be part of another issue. We can consider that the home team always win for now.

fabiopagoti commented 9 years ago

Class ZCL_EF_MATCH created.

The teams cannot be the same. In order to check players' quantity it's necessary to do #4 and maybe #5 first.