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

Implement chatting during the game #7

@puzzlepaint

Description

@puzzlepaint
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions