[gnome-games] [sudoku strategy] added screenshots and updated Makefile.am



commit ea79b2778b0f45427e075b7f0354750fec785cc1
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Tue Dec 27 17:39:16 2011 -0500

    [sudoku strategy] added screenshots and updated Makefile.am

 gnome-sudoku/help/C/figures/strategy1.png |  Bin 0 -> 39735 bytes
 gnome-sudoku/help/C/figures/strategy2.png |  Bin 0 -> 35947 bytes
 gnome-sudoku/help/C/strategy.page         |   12 ++++++++++++
 gnome-sudoku/help/Makefile.am             |    3 +++
 4 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/gnome-sudoku/help/C/figures/strategy1.png b/gnome-sudoku/help/C/figures/strategy1.png
new file mode 100644
index 0000000..9d45b89
Binary files /dev/null and b/gnome-sudoku/help/C/figures/strategy1.png differ
diff --git a/gnome-sudoku/help/C/figures/strategy2.png b/gnome-sudoku/help/C/figures/strategy2.png
new file mode 100644
index 0000000..e58fdc0
Binary files /dev/null and b/gnome-sudoku/help/C/figures/strategy2.png differ
diff --git a/gnome-sudoku/help/C/strategy.page b/gnome-sudoku/help/C/strategy.page
index 6d7d208..ab5f7c9 100644
--- a/gnome-sudoku/help/C/strategy.page
+++ b/gnome-sudoku/help/C/strategy.page
@@ -36,6 +36,14 @@
             <item><p>The strategy will help reveal the cells which have only one possible choice. At this point, you can fill those cells in with that choice, and repeat the strategy again until the entire puzzle is solved.</p></item>
 	  </steps>
 
+
+<figure>
+  <desc>Example use of strategy 1.</desc>
+  <media type="image" mime="image/png" src="figures/strategy1.png" width="400" ></media>
+</figure>
+
+
+
 	<p>Strategy 2:</p>
 	  <steps>
 	    <item><p>Find the number which appears most often.</p></item>
@@ -45,6 +53,10 @@
             <item><p>Find the next number which appears most, and repeat until you have done this for all 9 numbers.</p></item>
             <item><p>The strategy will help reveal the cells which have only one possible choice. At this point, you can fill those cells in with that choice, and repeat the strategy again until the entire puzzle is solved.</p></item>
 	  </steps>
+<figure>
+  <desc>Example use of strategy2.</desc>
+  <media type="image" mime="image/png" src="figures/strategy2.png" width="400" ></media>
+</figure>
 
 	   <note><p>If neither of the above strategies solves the puzzle on its own, you can alternate strategies. You can also combine the strategies.</p></note>	
 </page>
diff --git a/gnome-sudoku/help/Makefile.am b/gnome-sudoku/help/Makefile.am
index bb507c6..498f66c 100644
--- a/gnome-sudoku/help/Makefile.am
+++ b/gnome-sudoku/help/Makefile.am
@@ -10,6 +10,8 @@ DOC_FIGURES = \
 	figures/possible-numbers.png	\
 	figures/rowcolumnbox.png	\
 	figures/stats-very-hard.png	\
+	figures/strategy1.png		\
+	figures/strategy2.png		\
 	figures/trackers.webm
 
 DOC_PAGES = \
@@ -29,6 +31,7 @@ DOC_PAGES = \
 	rules.page			\
 	save-resume.page		\
 	statistics.page			\
+	strategy.page
 	toolbar.page			\
 	trackers.page			\
 	translate.page



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]