You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first step to completely over-engineer the protocol but we might want to have a way to have all bots in the config.yaml, although at the same time, we do not want to have them all exposed when a server requests a connection to pelita://myhost/
We could add a tags to the bots to the config file and then have a handler that interprets pelita://myhost/aspp2023 or pelita://myhost/?tag=aspp2023 appropriately.
Bonus part: Some bots can only be unlocked with a key.
Bonus part to the bonus part: A key can be obtained from the server when a certain task is completed (like a number of games that are won). :)
The text was updated successfully, but these errors were encountered:
This is the first step to completely over-engineer the protocol but we might want to have a way to have all bots in the
config.yaml
, although at the same time, we do not want to have them all exposed when a server requests a connection topelita://myhost/
We could add a tags to the bots to the config file and then have a handler that interprets
pelita://myhost/aspp2023
orpelita://myhost/?tag=aspp2023
appropriately.Bonus part: Some bots can only be unlocked with a key.
Bonus part to the bonus part: A key can be obtained from the server when a certain task is completed (like a number of games that are won). :)
The text was updated successfully, but these errors were encountered: