20 lines
514 B
Markdown
20 lines
514 B
Markdown
# Lobby management
|
|
Create lobby: `lobby.create`
|
|
Delete lobby: `lobby.delete`
|
|
Join lobby: `lobby.players.join`
|
|
leave lobby: `lobby.players.leave`
|
|
kick player from lobby: `lobby.players.leave`
|
|
change lobby option(s): `lobby.options`
|
|
|
|
player joined lobby: `lobby.players.update`
|
|
update ship design: `lobby.players.update`
|
|
|
|
|
|
# Informational
|
|
server info: `server.info`
|
|
|
|
|
|
# In-Game
|
|
alerting the players who's turn it is: `game.turn`
|
|
distributing card piles: `game.mining.piles`
|
|
picking a card pile: `game.mining.choose`
|