Skip to content

Commit

Permalink
Add 10+5 to auto-pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Dec 25, 2024
1 parent 729c581 commit 74d83c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/lobby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const autoPairingTCs: [number, number, number][] = [
[3, 0, 0],
[3, 2, 0],
[5, 3, 0],
[10, 5, 0],
[2, 15, 1],
[5, 15, 1],
];
Expand Down
1 change: 1 addition & 0 deletions tests/test_auto_pairing.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
(3, 0, 0),
(3, 2, 0),
(5, 3, 0),
(10, 5, 0),
(2, 15, 1),
(5, 15, 1),
]
Expand Down

0 comments on commit 74d83c5

Please sign in to comment.