max-mapper / voxel-server

multiplayer server for voxel-engine
74 stars 25 forks source link

Enabled use of settings sent by client #14

Closed chrisekelley closed 11 years ago

chrisekelley commented 11 years ago

Max - These changes accomodate the api change I made in voxel-client, for which I'll send a pull request shortly. The idea is to enable folks to easily share games that they have created. Right now I'm only sending the settings within an otherwise empty object i'm calling game, but this leaves things open for expanding what is shared, such as player moves and objects.

max-mapper commented 11 years ago

very cool, thanks! I haven't had time in the last couple of weeks to work on server/client as i've been working diligently on minecraft level support, but i hope to be able to hack on it more soon!