Skip to content

melaniecebula/voxel-server

 
 

Repository files navigation

voxel-server

multiplayer server for voxel-engine

not done: work in progress

get it to run:

cd voxel-server
npm install
make
npm start

if you make any changes to client.js you have to run make and reload the browser. if you make changes to server.js you have to restart the server

explanation

background research:

what is implemented

multiplayer where the server mostly trusts the client and just filters out egregious hacking attemps (like teleportation). this simplifies the net code quite a bit

if you want to check out the now defunct client side prediction version use https://github.com/maxogden/voxel-server/commit/61280b1a37d79a742fd7fbec4b8427ea820cb935

license

BSD

About

multiplayer server for voxel-engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%