Play v1.0.0 here: http://pongjs-production.s3-website.ca-central-1.amazonaws.com
Single player mode allows users to play to 5 points, and timer set to 2 minutes. Player One uses W and S keys and Player Two uses I and K keys to control their paddles. Pong Game was created with HTML canvas and simple ball collision physics were implemented allowing users to aim their shots.
After game is done, users are allowed to play again or exit game. After each game is ended, the match data is sent to Express.js back end (managed with Mongo DB) to store data. Recent match data below the game is updated in real time after each match is completed (pulls that last 10 most recent matches).
Online multiplayer browser mode is still a WIP. Will use websockets and more to set up browser based multiplayer system.