1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 13:43:48 +00:00

Fixed auto byes and wrote a test

This commit is contained in:
2025-01-05 10:32:16 -05:00
parent 490bd762f6
commit bb3b05ee81
4 changed files with 149 additions and 13 deletions

View File

@@ -98,6 +98,8 @@
number_of_wrestlers = 8
elsif index == 2
number_of_wrestlers = 32
elsif index == 3
number_of_wrestlers = 17
else
number_of_wrestlers = 16
end
@@ -119,6 +121,8 @@
number_of_wrestlers = 8
elsif index == 2
number_of_wrestlers = 32
elsif index == 3
number_of_wrestlers = 17
else
number_of_wrestlers = 16
end