arthurquinn / solitaire

A solitaire engine and game interface that will eventually be deployed to the web.
0 stars 0 forks source link

Use websocket to send commands to server when player takes an action #29

Open arthurquinn opened 6 years ago

arthurquinn commented 6 years ago

When the player takes an action such as drawing and moving a card, a json object should be sent to the server via websocket describing their action.