ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Networking #19

Closed ColinGilbert closed 8 years ago

ColinGilbert commented 8 years ago

Goals:

Adaptiveness to network latency.
Secure, distributed state replication.
Node-to-node messaging network.
Need to create/implement proper protocol
ColinGilbert commented 8 years ago

Added Enet! Also, see #60, #61, #62.