Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Implement chatting during the game #7

Open
puzzlepaint opened this issue Apr 11, 2020 · 0 comments
Open

Implement chatting during the game #7

puzzlepaint opened this issue Apr 11, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@puzzlepaint
Copy link
Owner

  • 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.
@puzzlepaint puzzlepaint added enhancement New feature or request good first issue Good for newcomers labels Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant