We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front->end:
{ type: "DO_ENTER", name: "ZhangChee" }
end->front:
{ type: "CONFIRM_ENTER", isHost: true }
{ type: "FINISH_SELECTION", selectedIndexes: [1,3,5,6] }
{ type: "RESTART_GAME" }
{ type: "GAME_START", players: [ {name: "name1"}, {name: "name2"}, {name: "name3"}, {name: "name4"}, {name: "name5"}, {name: "name6"}, {name: "name7"}, {name: "name8"}, ], myInfo: { index: 3, role: "强盗" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
用户输入完用户名
front->end:
end->front:
用户选择结束
front->end:
Host发起新的游戏
front->end:
后端通知所有前端开始
end->front:
The text was updated successfully, but these errors were encountered: