https://drive.google.com/folderview?id=0Bwl58NPLObeIWEQ3YlNlTV9KNWs
Here's a sharable link to the directory where my files are located. There's no node_modules, so it's necessary to install before express and socket.io.
The problem is I can't create and render the balls which need to bounce all the time. The server is responsible for creating my players and balls. I did successfully the creation and movement of my players with the arrow keys and that's synchronised to all the clients. But I can't do the part with bouncing balls.
It seems simple game but as far as I am new to t