OpenLiberty / liberty-bikes

Real-time web based multiplayer game running on OpenLiberty
http://libertybikes.mybluemix.net
Eclipse Public License 1.0
37 stars 38 forks source link

Handle having Pluggable AI registration be unique #210

Open olendvcook opened 5 years ago

olendvcook commented 5 years ago

We have to figure out a way to have each pluggable ai registration be unique, because someone could just currently copy a different bots name and purposely play bad to tank their ranking.

Current idea is to send the pluggable ai service some kind of token when they first register that they can then store and use to connect with later

After the AI is logged in through the frontend the game service should ask the ai for it's token.