Prototype of a multiplayer survival game inspired by Don't Starve
. Supports core elements of survival games like
hunting, crafting and PvP.
To run:
npm install
node server.js
then navigate to http://localhost/
Untitled.mp4
- Use Spatial Hash Table for very fast collision detection
- Use
MessagePack
instead ofJSON
to minimize size of data packets sent between clients and server - Use ws instead of
socket.io
for bidirectional communication - Client side prediction for smoother gameplay