Basic networking #4

Closed
opened 2019-09-04 14:24:41 +00:00 by hamcha · 1 comment
Owner

Work in progress in feature/basic-networking

Basic network layer for communication between clients.

What's needed?

Server

  • Join
  • Password authentication
  • Part
  • Chatting (generic messages)
  • Broadcast messages
  • Local client wrapper

Client

  • Join
  • Password authentication
  • Part
  • Chatting
  • Basic events (player joined/part/etc)
Work in progress in [`feature/basic-networking`](https://git.fromouter.space/mcg/mlpcardgame/src/branch/feature/basic-networking) Basic network layer for communication between clients. ## What's needed? #### Server - [x] Join - [x] Password authentication - [x] Part - [x] Chatting (generic messages) - [x] Broadcast messages - [x] Local client wrapper #### Client - [x] Join - [x] Password authentication - [x] Part - [x] Chatting - [x] Basic events (player joined/part/etc)
hamcha added this to the Basic multiplayer build [Cotton Candy] milestone 2019-09-04 14:24:41 +00:00
hamcha self-assigned this 2019-09-04 14:24:41 +00:00
hamcha added the
feature
label 2019-09-04 14:24:41 +00:00
hamcha added the
network
label 2019-09-04 14:51:53 +00:00
Author
Owner

Work being done in feature/basic-networking, see PR #9

Work being done in `feature/basic-networking`, see PR #9
Sign in to join this conversation.
No description provided.