i am making a program, which will generate a fixtures list, the fixtures list is based on multiple conditions,
there are 6 classes, these 6 classes are divided into 2 houses (yellow and green), and there are four different game types that they will play.
every student must play all four games, but cannot play each game type more than once, also, they cant play anyone from their own house or class, so overall there will be 72 matches, i am currently at 68
i have attached the pages, the matchlist class is where the problem is. i need to initialize something so that if the game type = 1 or 3 then the way the fixtures are generated is reversed, i hope this makes sense, i would be grateful for any help that you can offer.
cheers
Can you post the relevant code that doesn't work ( or you think that need changes) and explain what you mean by 72 matches and you are at 68?