This repository was archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
toe edited this page Nov 8, 2012
·
2 revisions
CP+B Pong will use a free Heroku account. This server will require a Node server and a database to store user sessions.
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.
- Phase 1 – 2 Player Pong controlled by mobile gestures
- Phase 2 – 2 Player Pong controlled by mobile accelerometer
- Phase 3 – 4 Player Pong controlled by mobile accelerometer
In order for CP+B Pong to be developed, the following challenges will need to be resolved.
- Develop a method to have websockets identify first two users as player 1 and player 2, then set the remaining users as spectators.
- Develop functionality to use track touch events and eventually track accelerometer events.
- Install Node Server on Heroku server.
- Design user interaction and site flow of game play.