119905685ff4b166d71a03bc8df69f900b5675df
The Elo calculator was incorrectly rejecting valid scores (10-7) because it checked if team score >= 10 without verifying the opposing team's score. Changes: - Update winner determination to check both score >= 10 AND score > opponent - Add detailed error message with actual scores for debugging - Ensure only one team can win (not both reaching 10 points)
Description
Releases
1
Release v0.1.0
Latest
Languages
TypeScript
88.4%
JavaScript
8.2%
Gherkin
1.6%
Just
0.9%
Shell
0.5%
Other
0.3%