Multiplayer HTML5, Node.js, Socket.IO

后端 未结 4 1427
刺人心
刺人心 2020-12-12 18:28

I trying create simple Multi-player with HTML5 Canvas, JavaScript(too using John Resig simple Inheritance library) and Node.js with Socket.IO. My client code:



        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 19:20

    Glenn Fiedler's What every programmer needs to know about game networking -article is good read for anyone who wants get into game networking. It explains the basics in very high level so that it is adaptable for JS and Socket.io.

提交回复
热议问题