Difference between revisions of "Activities/Flip"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "==Flip== A simple strategy game where you flip "coins" in order to get all of them with the same side up. 300 === How to play === Click on a dot an...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
A simple strategy game where you flip "coins" in order to get all of them with the same side up.
 
A simple strategy game where you flip "coins" in order to get all of them with the same side up.
  
[[File:Flip-activity.png|300]]
+
[[File:Flip-activity.png|300px]]
  
 
=== How to play ===
 
=== How to play ===
Line 9: Line 9:
 
Click on a dot and it will reverse its state (color) and that of its immediate neighbors to the north, south, east, and west. You win when all of the dots are of the same state (color).
 
Click on a dot and it will reverse its state (color) and that of its immediate neighbors to the north, south, east, and west. You win when all of the dots are of the same state (color).
  
[[Category:Sugar Activity]]
+
* '''Did you know''' that each time you win, the grid gets larger?
 +
* '''Did you know''' that you can play over the network with your friends?
 +
 
 +
=== Programming Challenge ===
 +
 
 +
Add images of coins (heads and tails) instead of the colored dots.
 +
 
 +
=== Where to get Flip ===
 +
 
 +
The Flip activity is available for download from the [http://activities.sugarlabs.org Sugar Activity Library]: [http://activities.sugarlabs.org/en-US/sugar/addon/4518 Flip]
 +
 
 +
The source code is available on [https://github.com/sugarlabs/flip the Sugar Labs GitHub repo].
 +
 
 +
 
 +
[[Category:Activity]]
 +
[[Category:Activities]]

Latest revision as of 22:01, 27 July 2020

Flip

A simple strategy game where you flip "coins" in order to get all of them with the same side up.

Flip-activity.png

How to play

Click on a dot and it will reverse its state (color) and that of its immediate neighbors to the north, south, east, and west. You win when all of the dots are of the same state (color).

  • Did you know that each time you win, the grid gets larger?
  • Did you know that you can play over the network with your friends?

Programming Challenge

Add images of coins (heads and tails) instead of the colored dots.

Where to get Flip

The Flip activity is available for download from the Sugar Activity Library: Flip

The source code is available on the Sugar Labs GitHub repo.