SNeiman501 / Stratego-REST-API

This is a REST-API made to play the board game "Stratego" and a UI that allowes it to be played by humans
2 stars 0 forks source link

Matchmaking system fix #4

Closed SNeiman501 closed 2 years ago

SNeiman501 commented 2 years ago

Bug was fixed. The implementation causes each match ID to be generated when a matchmaking Queue is generated. This means that if a match is canceled, a match with that specific ID will not be generated. This only affects internal representation, and means that the match counter cannot be used to accurately count the amount of matches played. This is not important, a future implementation of a data collection and score system could be implemented in further updates, giving this now missing functionality to the game.