Tag Archives: multiplayer

A Networked Multiplayer Game in JavaScript with Node.js

The JavaScript code below implements a very simple multiplayer “Spacewar” game in Javascript, using Node.js and the Socket.IO library. To see it in action, follow the steps below. It’s not much of a game at this point. There’s no planet … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Leave a comment