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

Initial Drop of ai-service #205

Closed olendvcook closed 5 years ago

olendvcook commented 5 years ago

Initial Drop of having an ai-service that can join games.

currently works by the user passing a partyID on an endpoint to the service, it will call game-service to get the current round and then directly open a websocket with the round and join through a new onMessage() message.