SubstrateChess / pallet-chess

The Unlicense
11 stars 6 forks source link

Play against random player with similar ELO ranking #35

Open AlexD10S opened 1 year ago

AlexD10S commented 1 year ago

After the ELO ranking has been implemented https://github.com/SubstrateChess/pallet-chess/pull/28 the next cool feature would be to have the option to play against a random active player with a similar ELO ranking.

In a centralised app this is done very easily finding all users that are looking to start a match in that specific moment.

What is the best approach for this decentralised solution?