Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.
toe edited this page Nov 8, 2012 · 2 revisions

Project Overview

Technical Infrastructure

Hosting

CP+B Pong will use a free Heroku account. This server will require a Node server and a database to store user sessions.

Application Scope

CP+B Pong will be a simple execution of Pong where users will compete against each other on a single screen using their mobile devices.

This project will be broken into three phases.

  1. Phase 1 – 2 Player Pong controlled by mobile gestures
  2. Phase 2 – 2 Player Pong controlled by mobile accelerometer
  3. Phase 3 – 4 Player Pong controlled by mobile accelerometer

Application Requirements

In order for CP+B Pong to be developed, the following challenges will need to be resolved.

  1. Develop a method to have websockets identify first two users as player 1 and player 2, then set the remaining users as spectators.
  2. Develop functionality to use track touch events and eventually track accelerometer events.
  3. Install Node Server on Heroku server.
  4. Design user interaction and site flow of game play.

Clone this wiki locally