From 45b0fe42a979d444d547a5248eb2e9e915aaf16a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 Jan 2007 02:10:24 +0000 Subject: Add "block-content" to allow user comments on block level elements in quickstart docs. --- demos/quickstart/protected/pages/Fundamentals/Hangman.page | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'demos/quickstart/protected/pages/Fundamentals/Hangman.page') diff --git a/demos/quickstart/protected/pages/Fundamentals/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/Hangman.page index 56180b9e..01a7dc80 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Hangman.page +++ b/demos/quickstart/protected/pages/Fundamentals/Hangman.page @@ -1,13 +1,12 @@

Sample: Hangman Game

-

+

Having seen the simple "Hello World" application, we now build a more complex application called "Hangman Game". In this game, the player is asked to guess a word, a letter at a time. If he guesses a letter right, the letter will be shown in the word. The player can continue to guess as long as the number of his misses is within a prespecified bound. The player wins the game if he finds out the word within the miss bound, or he loses.

-

+

To facilitate the building of this game, we show the state transition diagram of the gaming process in the following, -

-

+

To be continued...

-- cgit v1.2.3