voxeliq
voxeliq copied to clipboard
Networking Support
We need networking support as suggested by https://github.com/Delwin9999/voxeliq/issues/10 and a server project which I've some ideas;
- We could use a service based implementation just as in Diablo III with google protocol buffers and bit-buffer based packets for ingame-data.
- Run-lenght encoding and diffing chunk blocks is another good idea.