cmu-dsc / poker-engine

Do What The F*ck You Want To Public License
1 stars 0 forks source link

websockets #3

Open clementou opened 2 months ago

clementou commented 2 months ago

am i dumb? how tf is this supposed to work with the opposite client server relationship

clementou commented 2 months ago

this seems stupid now

clementou commented 2 months ago

nvm

clementou commented 2 months ago

start a websocket server on the game engine.

start a websocket client on the bot.

send messages to request actions from the engine to the bot.

authentication/match identification will happen in the backend/match orchestration