-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
This is meant a list for future reference of the kinds of messages that ares sent back and forth between the client and the server during a game.
http://pastebin.com/5Rw7efte
- The client sends back the DeckConfig message showing all the cards that have been selected by the client.
- The server does some setup.
- The server sends a few ZoneChange and CardInfo messages. There is still some confusion about what these are for. Idea: the first cards of your deck that you are given.
- Player info (might be wrong link) about the current client and the opponent is sent to both players.
- More ZoneMessages and CardInfos
- A Reset Available Actions message, and then a usable action message.
- This was tested on a bot: The bot mulligan'd, and then 6 was repeated.