Snakepvp A multiplayer pvp snake game. With basic client server architecture and websockets for client communication. Not ready to be deployed yet Instructions for installation and running Install Nodejs v8.1.3 using nvm follow: https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps move to project directory cd snakepvp Run install script (use chmod u+x for execution permissions) ./install.sh Build and Run the server and client (use chmod u+x for execution permissions) ./build.sh the port is hard coded to 9999 at the moment Open client visit localhost:9999/