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
The idea here is to have a frontend webpage holding a canvas.
On click of something on the canevas, display a square of a pre-determined color on the local canvas, and send the position of the mouse (relative to a fixed position of the canvas, like (0,0) to a webservice.
The call must send the following data to the "game owner" apiserver
position
color
current game id in progress
The text was updated successfully, but these errors were encountered:
evrardjp
changed the title
Write a simple webpage with clickable area sending click location into webservice
Write a simple webpage with clickable area sending click location into "game" webservice
Sep 2, 2020
The idea here is to have a frontend webpage holding a canvas.
On click of something on the canevas, display a square of a pre-determined color on the local canvas, and send the position of the mouse (relative to a fixed position of the canvas, like (0,0) to a webservice.
The call must send the following data to the "game owner" apiserver
The text was updated successfully, but these errors were encountered: