Advertisement
Guest User

Untitled

a guest
Jan 27th, 2012
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. > General introduction to multiplayer conceptions by Glenn Fiedler:
  2.  
  3. http://gafferongames.com/networking-for-game-programmers/what-every-programmer-needs-to-know-about-game-networking/
  4.  
  5. > Some multiplayer techniques from Quake:
  6. > This will give u a clue about interpolation and extrapolation(prediction)
  7.  
  8. http://fabiensanglard.net/quakeSource/quakeSourcePrediction.php
  9.  
  10. > Valve's article about latency compensation and general optimisations:
  11.  
  12. https://developer.valvesoftware.com/wiki/Latency_Compensating_Methods_in_Client/Server_In-game_Protocol_Design_and_Optimization
  13.  
  14. > Multiplayer techniques in Age of Empires:
  15.  
  16. http://zoo.cs.yale.edu/classes/cs538/readings/papers/terrano_1500arch.pdf#search=%22Real%20time%20strategy%20networking%20lockstep%22
  17.  
  18. > You can also read my article about sending binary data (currently implemented only in chrome):
  19.  
  20. http://rezoner.net/how-to-send-and-receive-binary-data-over-websockets,4
  21.  
  22. > +1 for Ivo's Wetzel Mapple.js it's a big pile of knowledge.
  23.  
  24. https://github.com/BonsaiDen/Maple.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement