Jump to content

Activities/HitTheBalls: Difference between revisions

From Sugar Labs
No edit summary
Rdrsadhu (talk | contribs)
Migrate to GitHub
 
Line 1: Line 1:
== Goal ==
== HitTheBalls ==


In HitTheBalls activity :
Read at https://help.sugarlabs.org/hittheballs.html
* you are given a target result
* there are some balls with operations moving across the screen
* and you must click on the good ball (or the good balls).


 
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/hittheballs.rst GitHub]
== Game phases ==
 
=== Menu screen ===
 
[[File:HitTheBalls menu.png|500px|thumbnail|Menu screen]]
 
The menu screen, where you select the game level : as soon you click on one level, the game starts.
 
=== Main game screen ===
 
[[File:HitTheBalls game.png|500px|thumbnail|Main game screen]]
 
The balls are moving across the screen, and the time bar is running down.
The game may have several good balls, in which case all of them must be clicked.
 
=== Answers screen ===
 
[[File:HitTheBalls results.png|500px|thumbnail|Answers screen]]
 
Whenever you win or loose, the answers are resumed on a screen.
Just click in order to return to the menu.
 
[[Category:Activities]]

Latest revision as of 07:18, 30 July 2018

HitTheBalls

Read at https://help.sugarlabs.org/hittheballs.html

The source file has been moved to GitHub