Bounce: Difference between revisions

From OLPC
Jump to navigation Jump to search
(thumbnailed the screenshots)
(needs substing)
Line 7: Line 7:
{{Olpcboxbottom}}
{{Olpcboxbottom}}



{{Game

| gametitle = 3D Pong
[[Category:Game]]
| description = Three dimensional wireframe arcade game.

{{Status box
| activity = 3D Pong
| icon = Icon goes here
| icon = Icon goes here
| screenshot = [[Image:3dpong2.jpg|thumb|right]][[Image:3dpong1.jpg|thumb|right]]
| status = finished
| status = finished
| version = 1.0
| version = 1.0
| base = [[Template:Game|Game]]
| source = [[Media:3dpong.activity.zip|3dpong.activity.zip]], [[Image:3dpong.xo|3dpong.xo]]
| source = [[Media:3dpong.activity.zip|3dpong.activity.zip]], [[Image:3dpong.xo|3dpong.xo]]
| contributors = Wade Brainerd (wadetb at gmail dot com)
| contributors = Wade Brainerd (wadetb at gmail dot com)
}}
| howtoinstall = Install [[:Media:3dpong.activity.zip|3dpong.activity]] or [[Image:3dpong.xo|3dpong.xo]]
| howtoplay = Control the paddle with the mouse. Click the mouse button to push the paddle forward.
| howtodevelop = 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.
| tested = Yes; works
| testing = Played by Boston students during the first [[Game_Jam]] in June 2007.
| reviews =


= 3D Pong =
Three dimensional wireframe arcade game.


= Screenshot =
[[Image:3dpong2.jpg|thumb|right]][[Image:3dpong1.jpg|thumb|right]]


= Instructions =
== How to install ==
Install [[:Media:3dpong.activity.zip|3dpong.activity]] or [[Image:3dpong.xo|3dpong.xo]]
== How to play ==
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) =
Played by Boston students during the first [[Game_Jam]] in June 2007.

== Reviews ==
Hi Wade,
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.
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.
Line 30: Line 44:
Thanks! I'll adjust it to use a different graphic effect, and add a sound effect too. That's a really good point. --Wade
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 ==
| 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 SVG Icon... Suggested [[Image:3dpong.svg]] ??
* Needs Sounds (on their way)
* Needs Sounds (on their way)

| featurerequests =
== Feature requests ==
* Remove screen flash when someone scores.
* Remove screen flash when someone scores.
* Multiplayer
* Multiplayer
* Camera as input
* Camera as input

}}



[[Category:Games]]
[[Category:Games]]

Revision as of 23:09, 11 January 2008

[[]]

{{ OBX source 3dpong.activity}}

OlpcProject.png Wade Brainerd (wadetb at gmail dot com)

see more templates or propose new

3D Pong
Status: finished
Version: 1.0
Base: Game
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

3dpong2.jpg
3dpong1.jpg

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.

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)

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
  • Needs SVG Icon... Suggested 3dpong.svg  ??
  • Needs Sounds (on their way)

Feature requests

  • Remove screen flash when someone scores.
  • Multiplayer
  • Camera as input