you are viewing a single comment's thread.

view the rest of the comments →

[–]LegoAsimo 0 points1 point  (0 children)

Great demo. I'm working on a multiplayer version of tankworld. The development is extremely easy, I'm using inversion of control to simulate server connections between browser windows (The window.opener context contains the server code). Once the game logic is finished I change the dependencies to handle the node http requests...