Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (29 loc) · 420 Bytes

billiards_scheduler

Concept of a schedule creator

Example of the teams.yml

- location: "A"
  numberOfBiljarts: 2
  teams:
    - teamA
    - TeamB
- location: "B"
  numberOfBiljarts: 1
  teams:
    - teamC
    - TeamD
- location: "C"
  numberOfBiljarts: 2
  teams:
    - teamE
    - TeamF
- location: "D"
  numberOfBiljarts: 5
  teams:
    - teamG
    - TeamH
    - teamI
    - TeamJ
    - teamK
    - TeamL