Description:
GravityPong is basicaly a pong game, where your paddle is controlled by tilting the device.
This uses the same basic framework as BallPhysics, but applies it in a different way.
The controls:
- Up/Down change the balls speed.
- Left/Right change the CPU paddle speed.
- Centre pauses.
The text:
- In the bottom left is the time in milliseconds since the last restart.
- In the bottom right is the current score.
Should work on Diamond, Raphael, Blackstone, Rhodium and Topaz.
It's written in C++/win32, so no nothing apart from the exe is needed.
Update Description:
v0.4:
- Uses trig to calculate the initial ball speed so the ball travels at one speed regardless of angle, some little performance tweaks.
v0.3:
- Adds configuration of speed, and exit if mouse is within top 40 pixels of screen.
v0.2:
- Fixes sensor polling, and possible odd background.,p>
v0.1:
- Initial release