From cc44b9c507c6390c31a2f49f0a1f228a08c62b2e Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 25 Dec 2005 20:25:42 +0000 Subject: Added template syntax explanation. --- demos/quickstart/protected/pages/chap3/Hangman.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/chap3/Hangman.page') diff --git a/demos/quickstart/protected/pages/chap3/Hangman.page b/demos/quickstart/protected/pages/chap3/Hangman.page index a1db7a25..b623bad4 100644 --- a/demos/quickstart/protected/pages/chap3/Hangman.page +++ b/demos/quickstart/protected/pages/chap3/Hangman.page @@ -1,5 +1,5 @@ -

Sample: Hangman Game

+

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.

-- cgit v1.2.3