XOlympics

From OLPC
Revision as of 19:22, 30 August 2008 by Wjordan (talk | contribs) (Sports)
Jump to: navigation, search
OlpcProject.png Brian Jordan, Will Jordan, Robert C

Sports

Sports is a game for Sugar.


Design:

Sports will be a collection of arcade-style sports mini-games that can be played by two players simultaneously in a head-to-head mode. The games will be as simple as possible, consisting of two movable player characters, and an implement (ball). The purpose of most of the games will be to manipulate the ball using your character into a predefined "goal" on the edge of the screen. Greatness ensues.

Prototype 1: Goals:

  • 1: Create the basic physics world, with the minimum number of basic entities.
   1. Bounding box (set to encompass the full screen.)
   2. Ground (simple static rectangle filling up the bottom third of the screen.
   3. Players (Polygon objects sit on top of the ground
   4. Ball (circle object falling from the top center of the screen
  • 2: Activate physics world, to set things into motion.
  • 3: Add control for players using keyboard input.
   1. Map d-pad left-right to simple Box2d x-axis applyForce command.
   2. Map d-pad up to simple Box2d Y-axis applyImpulse command. (Might also want to add a check to only execute this if the player's y position is less than a certain value.)


Mockups: Sports.png



Activity Summary

Icon: Sugar icon::Image:Activity-sports.svg
Genre: Activity genre::Sports
Activity group: ,|x|Activity group::x}}
Short description: Short description::A sports playground for the XO.
Description: Description::Not sports, but sports!
Maintainers: ,|x|Contact person::x}}
Repository URL: Source code::http://dev.laptop.org/git?p=projects/physics05
Available languages: ,|x|Available languages::x}}
Available languages (codes): ,|x|Language code::x}}
Pootle URL:
Related projects: Related projects,|x|Related projects::x}}
Contributors: ,|x|Team member::x}}
URL from which to download the latest .xo bundle Activity bundle::none
Last tested version number: Activity version::0.1
The releases with which this version of the activity has been tested. ,|x|Software release::x}}
Development status: Devel status::3. Alpha
Ready for testing (development has progressed to the point where testers should try it out): ,|x|Ready for testing::x}}
smoke tested :
test plan available :
test plan executed :
developer response to testing :