Difference between revisions of "Activities/Cookie Search"

From Sugar Labs
Jump to navigation Jump to search
m (remove 'Deprecated' word)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==About Cookie Search==
+
== Cookie Search ==
  
[[File:CookieSearch-icon.svg]]
+
Read at https://help.sugarlabs.org/cookie_search.html
  
Most recent release: version 9.
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/cookie_search.rst GitHub]
 
 
The Cookie Search Activity is a simple [http://en.wikipedia.org/wiki/Minesweeper_%28video_game%29 mine-sweeper]-type game.
 
 
 
[[File:CookieSearch.png|300px]]
 
 
 
== Where to get Cookie Search ==
 
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 [https://github.com/sugarlabs/cookie-search-activity GitHub].
 
 
 
== Using Cookie Search ==
 
 
 
[[File: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 by clicking on the cells.  In each cell, you can click on either the turtle or the red cookie.  If a turtle is clicked, and the cell contains a cookie, you lose the game.  Otherwise, a number is shown; how many surrounding cells contain cookies.  If there are no surrounding cookies, the cell is blank, and the surrounding cells are revealed.  When you determine that a cell contains a cookie, click on the red cookie to mark it as such.  After all cookies have been marked, and all turtles clicked on, the game will be won.
 
<gallery>
 
File:CookieSearch-win.png|You win :)
 
File:CookieSearch-lose.png|You lose :(
 
File:CookieSearch-scores.png|History of scores
 
 
 
</gallery>
 
 
 
YouTube tutorials
 
 
 
---------------
 
 
 
Winning Game: http://youtu.be/NKRKTm-w0Ig
 
 
 
Losing Game: http://youtu.be/RgCx4vgYx78
 
 
 
== 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 [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 ==
 
Cookie Search was written and is maintained by [[User:Walter]].
 
 
 
[[Category:Activity]]
 
[[Category:Activities]]
 

Latest revision as of 23:51, 14 June 2018

Cookie Search

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

The source file has been moved to GitHub