jleonard2099 / LHG_CollegeBB

Lance Haffner Courtside College Basketball
GNU Affero General Public License v3.0
5 stars 0 forks source link

Tournament flow logic #17

Closed jleonard2099 closed 1 year ago

jleonard2099 commented 1 year ago

Setup tournament fine. 4 regions with different amount of teams. 5, 8, 12 and 9. No issues. Played first round games (9).

When finished with those games it went to the Play game screen where you input teams.

Also when you go to the brackets, it shows the teams that advanced but not the scores.

jleonard2099 commented 1 year ago

This is believed to be corrected now after fixing several areas where tournament procedures were looking to different folders for files. Also corrected some issues with updating .

I think some testing may need done regarding the brackets / scores.

jleonard2099 commented 1 year ago

Corrected the bracket printing behavior by fixing an invalid reference to the index of the bracket to print! NN%() was referencing this by a newer variable name (regionNbr); the actual bracket routines were still referencing the old variable name N. Also corrected ability to page down in the tournament "schedule" view by handling scope of BS% variable where needed to track the status of the schedule "pages".