chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
39 stars 18 forks source link

Automated bot evaluation #67

Open TreffnonX opened 8 years ago

TreffnonX commented 8 years ago

This suggestion depends on the introduction of a playtak internal ranking.

If the server recognizes where a connection comes from (websocket port/ websockify port), it could base the information whether someone is a bot on that instead of hard coding this. Then, in combination with an internal ranking, the server could define the bot difficulty based on that ranking instead of some hard coded string. The difficulty could also be specified not only as a word, but as a relative number (ELO/Glicko/etc).

chaitu236 commented 8 years ago

Yeah, once ratings are implemented, hardcoding is not required.