https://pot-game.herokuapp.com/
- Install Node.js in your computer
OPTIONAL: If you don't download the node-modules 2) Inside the "Root Server" folder install locally the following node-modules $ npm init -f $ npm install --save express $ npm install --save socket.io
Run the following command inside the "Root Server" folder in order to execute the game as a server $ node server.js
Open a Browser with the following URL http://localhost:8081/ to see the game
