A multiplayer top-down space game.
Make sure that you have node.js
and npm
installed.
Then,
cd ./server
npm install
Launch the server on one computer using
node index.js
Play the game by going to localhost:5000
in Google Chrome, or by navigating to the game server via a web browser on a different computer.