Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 648 Bytes

Serverbrowser.md

File metadata and controls

17 lines (11 loc) · 648 Bytes

Players want to join a game with others. There are two solutions in the wild to achieve that:

  • match making
  • a Serverbrowser

while the two only differ in the regard that match making selects the server for you automatically. The Serverbrowser on the other hand is a user interface so people can choose their server on their own.

What you need for both is, though: The list of all available servers.

The blueprint we implement is

[[Decentralized server list]]

There existed different older proposals to make the masterserver more robust to DDoS-Attacks, but they we're ultimately discarded. We think we have a pretty good solution found now!