number guessing competition

rules:

in each round, two players play against each other. each player picks a real number between 0 and 10 inclusive.

if the distance between the two numbers is less than 5, then the player who picked the highest number wins. otherwise, the player who picked the lowest number wins. (if the two numbers picked are equal, then there is a rematch of this round).

(the distance between two numbers is defined as the absolute value of their difference. ie distance(a,b) = abs(a-b) ).

the competition is structured as a single-elimination knockout tournament between all participating players.

if you want to play, respond in this thread, or react to the message in #event-announcements in the esoserver discord, or message me some other way.