-
Notifications
You must be signed in to change notification settings - Fork 1
Home
- Multiple games
-
Add points system
-
Use canvas, performance gain from drawing instead of updating DOM position* Ball direction influenced by paddle direction movement* 2-player mode, each player control 2 paddles
-
Multiple balls
-
n-player game
-
When player "dies" spectator can jump in?
-
Rotate board
-
Spectator-influenced dynamics: change ball position/direction, gravity leaning towards a certain side of the board
-
Power-ups: paddle length, magnetic-paddles with ball release key, gravity shift
-
Depending on who activated it, one ball won't affect that person, but affects everyone else
-
More than one player and paddle per side, a lot more balls on the board
-
Split paddle, use arrow keys to control distance (in case 2 balls come at you)
-
Fractal growing (or other animation) for the board's background to distract players
-
Ability to tilt paddle to change angle
-
tablet-compatibility (touch screen or tilt using accelerometer)