You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2020. It is now read-only.
Upon pressing the Return key, a chat window should appear that allows entering chat messages.
The existing ClientToServerMessage::Chat and ServerToClientMessage::ChatBroadcast network messages should be re-used to implement the distribution of the chat message.
A text area needs to be implemented to display received chat messages. (Differing from the original game, it might be worth thinking about separating this from in-game messages to improve the visibility of chat messages. For example, the chat could be shown in the top-center part of the screen.)
“Playername resigned.” type of messages could be shown in the same area.
ClientToServerMessage::ChatandServerToClientMessage::ChatBroadcastnetwork messages should be re-used to implement the distribution of the chat message.