KeymashGame / game-tracker

Official Bugtracking Repository for all Keyma.sh issues
6 stars 0 forks source link

1v1 Duel enhancements #30

Closed CameronCT closed 3 years ago

CameronCT commented 3 years ago

Need to evaluate 1v1 Duel enhancements. Currently a few visual bugs with people tieing in matches, issue is, is that it feels unfair to make a round forcefully tie when the WPM is only difference by 1.

Ideally we need to figure out a better way to allow winners to communicate to the server more accurately through round endings.

One thing we know for certain is that the bugs where it says a user loses if they win are visual and not server-side. The game relies on when a user sends a message first therefore it's a matter of round-ending requests duplicating and sending the same message.

CameronCT commented 3 years ago

While this ticket will have the chance of being re-opened, closing this due to some rewrites in the code in regards to 1v1 round handling.

From my testing the functionality works like it does normally, but should have some more consistent results.