Difference between revisions of "Activities/Cookie Search"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
==About CookieSearch==
+
==About Cookie Search==
  
 
[[File:CookieSearch-icon.svg]]
 
[[File:CookieSearch-icon.svg]]
  
The CookieSearch Activity is a simple [http://en.wikipedia.org/wiki/Minesweeper_%28video_game%29 mine-sweeper]-type game.
+
The Cookie Search Activity is a simple [http://en.wikipedia.org/wiki/Minesweeper_%28video_game%29 mine-sweeper]-type game.
  
 
[[File:CookieSearch.png|300px]]
 
[[File:CookieSearch.png|300px]]
  
== Where to get CookieSearch ==
+
== Where to get Cookie Search ==
The CookieSearch activity is available for download from the [http://activities.sugarlabs.org Sugar activity portal]: [http://activities.sugarlabs.org/en-US/sugar/addon/4578 CookieSearch]
+
The Cookie Search activity is available for download from the [http://activities.sugarlabs.org Sugar Activity Library]: [http://activities.sugarlabs.org/en-US/sugar/addon/4578 Cookie Search]
  
 
The source code is available on [http://git.sugarlabs.org/cookiesearch the Sugar Labs Gitorious server].
 
The source code is available on [http://git.sugarlabs.org/cookiesearch the Sugar Labs Gitorious server].
  
== Using CookieSearch ==
+
== Using Cookie Search ==
  
 
[[File:CookieSearch-toolbar.png]]
 
[[File:CookieSearch-toolbar.png]]
Line 23: Line 23:
 
;Write to Journal:
 
;Write to Journal:
 
;Share Button:
 
;Share Button:
;Copy Scores Button:Copies score history to Clipboard (to be loaded into [[Activities/SimpleGraph]].
+
;Copy Scores Button:Copies score history to Clipboard (to be loaded into [[Activities/Chart]].
  
 
===How to play===
 
===How to play===
Line 35: Line 35:
 
</gallery>
 
</gallery>
  
== Learning with CookieSearch ==
+
== Learning with Cookie Search ==
  
CookieSearch is a exercise in logic.
+
Cookie Search is a exercise in logic.
  
== Modifying CookieSearch ==
+
== Modifying Cookie Search ==
  
 
* Replace the artwork with your own designs. (Note that the way in which the program distinguishes between the turtle and the cookie is by looking at the red component of the image. Pixels with red values between 190 and 210 are "cookie"; all other values are considered turtle.)
 
* Replace the artwork with your own designs. (Note that the way in which the program distinguishes between the turtle and the cookie is by looking at the red component of the image. Pixels with red values between 190 and 210 are "cookie"; all other values are considered turtle.)
Line 48: Line 48:
  
 
== Where to report problems ==
 
== Where to report problems ==
You can ''soon'' report bugs and make feature requests [https://bugs.sugarlabs.org/newticket?component=CookieSearch on our bug-tracking system] (You need to create an account first). To list all open tickets of CookieSearch you can use [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=CookieSearch query component=CookieSearch]. You are also welcome to leave comments/suggestions on the [[Talk:Activities/CookieSearch]] page.
+
You can ''soon'' report bugs and make feature requests [https://bugs.sugarlabs.org/newticket?component=CookieSearch on our bug-tracking system] (You need to create an account first). To list all open tickets of CookieSearch you can use [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=CookieSearch query component=CookieSearch]. You are also welcome to leave comments/suggestions on the [[Talk:Activities/Cookie Search]] page.
  
 
== Credits ==
 
== Credits ==
CookieSearch was written and is maintained by [[User:Walter]].
+
Cookie Search was written and is maintained by [[User:Walter]].
  
 
[[Category:Activity]]
 
[[Category:Activity]]

Revision as of 13:04, 23 July 2012

About Cookie Search

CookieSearch-icon.svg

The Cookie Search Activity is a simple mine-sweeper-type game.

CookieSearch.png

Where to get Cookie Search

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

The source code is available on the Sugar Labs Gitorious server.

Using Cookie Search

CookieSearch-toolbar.png

Activity Button
Opens Activity Toolbar
New Game Button
Launches new game
Stop Button
Exit activity

Activity title
Write to Journal
Share Button
Copy Scores Button
Copies score history to Clipboard (to be loaded into Activities/Chart.

How to play

The object of the game is to clear the board of cookies by clicking on the tiles. If a square containing a cookie is clicked on the turtle icon, you lose the game. Otherwise, a number is shown indicating the number of adjacent squares that contain cookies. If there are no adjacent cookies, the square is blank, and the surrounding squares are revealed. As a memory aid, you can mark a square that you hypothesize has a cookie behind it by clicking on the cookie icon.

Learning with Cookie Search

Cookie Search is a exercise in logic.

Modifying Cookie Search

  • Replace the artwork with your own designs. (Note that the way in which the program distinguishes between the turtle and the cookie is by looking at the red component of the image. Pixels with red values between 190 and 210 are "cookie"; all other values are considered turtle.)

Your suggestions for enhancements and/or use cases...

Where to report problems

You can soon report bugs and make feature requests on our bug-tracking system (You need to create an account first). To list all open tickets of CookieSearch you can use query component=CookieSearch. You are also welcome to leave comments/suggestions on the Talk:Activities/Cookie Search page.

Credits

Cookie Search was written and is maintained by User:Walter.