Skip to content

Generic lag compensation system for multiplayer javascript games.

License

Notifications You must be signed in to change notification settings

debian4tw/node-gamesync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gamesync

Generic lag compensation and client-side prediction engine for multiplayer javascript games.

Quick and dirty demo:

git clone https://github.com/jaburns/node-gamesync
cd node-gamesync
npm install
node example/app 200 &  # Simulate 200 ms latency on messages returning from server.
open localhost:1234
!!

About

Generic lag compensation system for multiplayer javascript games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 81.7%
  • HTML 18.3%