game of pong in phaser.io
this was written with the yeoman generator: phaser
"npm install" should install required files
"npm start" should launch a server hosting the game
the paddle on the left follows the mouse up and down, and the one on the right follows the ball. Both paddles have max speeds they can move with and transfer velocity to the ball
click your left mouse button to launch the ball at a random speed and angle.