quaternionmedia / LaunchChess

Play chess on a Novation Launchpad!
http://launchchess.com/
11 stars 0 forks source link

Game interrupt flows #5

Open subcontrabass opened 3 years ago

subcontrabass commented 3 years ago

We need to create a flow for receiving or sending the following game possibility:

js notify to accept/ignore both on screen, and mirrored on launchpad

mrharpo commented 2 years ago

Resign

type: "gameState"
status: "resign"
winner: "white"

Draw offer

type: "gameState"
wdraw: true

Draw declined

type: "chatLine"
room: "player"
text: "Black declines draw"
username: "lichess"

Takeback

type: "chatLine"
room: "player"
text: "Takeback sent"
username: "lichess"

Takeback declined

type: "chatLine"
room: "player"
text: "Takeback declined"
username: "lichess"