Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 306 Bytes

Matchmaking queue

Implementation of matchmaking queue, with Overwatch taken as reference.

Implemented

  • general queue (no regard for rating and roles)
  • priority queue
  • lobby group formation of arbitrary size (not only 5v5)

TODO

  • support rating
  • support roles

Run tests:

cargo test