Bounce: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
== How to play == |
== How to play == |
||
Control the paddle with the mouse. Click the mouse button to push the paddle forward. |
Control the paddle with the mouse. Click the mouse button to push the paddle forward. |
||
== How to develop == |
|||
Download the 3dpong.activity file, install PyGame and run 3dpong.py from the activity directory. Or, install 3dpong.activity on the XO and test there. |
|||
= Testing (Yes; works) = |
= Testing (Yes; works) = |
||
Line 46: | Line 44: | ||
== Bugs == |
== Bugs == |
||
* Does not work with screen rotation; need to remap keys |
* Does not work with screen rotation; need to remap keys |
||
* Needs SVG Icon... Suggested [[Image:3dpong.svg]] ?? |
|||
* Needs Sounds (on their way) |
|||
== Feature requests == |
== Feature requests == |
||
* Provide an in-game way level editor; even just a way to edit the short lines of text used to define levels |
|||
* Remove screen flash when someone scores. |
|||
* Two-player mode |
* Two-player mode |
||
* Camera as input |
* Camera as input |
Revision as of 17:23, 25 March 2008
{{ OBX source 3dpong.activity}} see more templates or propose new |
3D Pong | |
Status: | finished |
Version: | 1.0 |
Base: | No |
Source: | 3dpong.activity.zip, File:3dpong.xo |
l10n: | missing |
Contributors | |
Wade Brainerd (wadetb at gmail dot com) |
3D Pong
Three dimensional wireframe arcade game.
Screenshot
Instructions
How to install
Install 3dpong.activity or File:3dpong.xo
How to play
Control the paddle with the mouse. Click the mouse button to push the paddle forward.
Testing (Yes; works)
Played by Boston students during the first Game_Jam in June 2007.
Reviews
Hi Wade, Enjoyed demonstration of your 3dpong. Just had one comment, regarding the flash of light when the player scores, i've read flashes of light from a computer screen could trigger epileptic seizures, recommend use of sound effect rather than the light flash. thanks, bonnie.
Thanks! I'll adjust it to use a different graphic effect, and add a sound effect too. That's a really good point. --Wade
Bugs
- Does not work with screen rotation; need to remap keys
Feature requests
- Two-player mode
- Camera as input
- Four-player mode