Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
Commit message (Collapse)AuthorAgeFilesLines
* Always show the hole into the screenHEADmasterAgustin Zubiaga2012-08-251-2/+2
| | | | | | Sometimes the hole appears out of the screen or not all of it is shown, this patch corrects this bug. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Wider holeAgustin Zubiaga2012-08-251-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Remove unneeded "again fill"Agustin Zubiaga2012-08-251-3/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use profile colors for the ballAgustin Zubiaga2012-08-251-3/+19
| | | | | | I modified some variable names before pushing the patch sent by Agustin. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* TypoManuel Quiñones2012-05-311-1/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* First usable versionManuel Kaufmann2012-05-311-19/+33
| | | | | The user is able to move the ball by moving the XO to get the hole. When the hole is reached by the user, a new hole appears in the screen.
* Display x, y, z from the accelerometerManuel Kaufmann2012-05-311-10/+11
| | | | | Show the x, y, z values after fill the screen with the background color instead of showing them before
* Move accelerometer display and remove unneeded codeManuel Quiñones2012-05-301-14/+11
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Accelerometer classManuel Kaufmann2012-05-301-0/+43
| | | | | A new class to manage the accelerometer data. This information is shown in the screen everytime.
* Set the ground and the ball in the center of the screenManuel Quiñones2012-05-301-5/+12
| | | | | | Make the ground half of the screen size. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Rename private properties, level and ball, and add setup methodManuel Quiñones2012-05-301-10/+16
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restart when the ball falls outside the groundManuel Quiñones2012-05-301-0/+4
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fix, pass correct parameters to Ball set_position() methodManuel Quiñones2012-05-301-1/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Improve TiltGame private propertiesManuel Quiñones2012-05-301-9/+11
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* First commitManuel Quiñones2012-05-301-0/+149
Signed-off-by: Manuel Quiñones <manuq@laptop.org>