Skip to content

irhel/Dezertio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dezertio

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/

Demo Of The Game

Untitled.mp4

To do:

  • Use Spatial Hash Table for very fast collision detection
  • Use MessagePack instead of JSON 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