Tweak the documentation for events

This commit is contained in:
Oliver Akins 2022-03-07 00:51:30 -06:00
parent a8311a6834
commit 4476f3e18c
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 29 additions and 41 deletions

20
docs/raw_events_list.md Normal file
View file

@ -0,0 +1,20 @@
# 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`