summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap3/Hangman.page
diff options
context:
space:
mode:
authorxue <>2005-12-26 15:55:46 +0000
committerxue <>2005-12-26 15:55:46 +0000
commit00286fc77d56f60b67148716722dc874723e8682 (patch)
tree2ba7020c7a69ad75a0dbce2f4b74f78a2a4a44a2 /demos/quickstart/protected/pages/chap3/Hangman.page
parent9be8859d92e4bbec2462e82457d014f0a0d720db (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/chap3/Hangman.page')
-rw-r--r--demos/quickstart/protected/pages/chap3/Hangman.page16
1 files changed, 0 insertions, 16 deletions
diff --git a/demos/quickstart/protected/pages/chap3/Hangman.page b/demos/quickstart/protected/pages/chap3/Hangman.page
deleted file mode 100644
index b623bad4..00000000
--- a/demos/quickstart/protected/pages/chap3/Hangman.page
+++ /dev/null
@@ -1,16 +0,0 @@
-<com:TContent ID="body" >
-<h1>Sample: Hangman Game</h1>
-<p>
-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.
-</p>
-<p>
-To facilitate the building of this game, we show the state transition diagram of the gaming process in the following,
-</p>
-<p>
-To be continued...
-</p>
-<div class="runbar">
-<a href="?page=chap3.Hangman.Home" target="_blank">Run Sample</a>
-<a href="?page=ViewSource&amp;path=/chap3/Hangman/Home.php" target="_blank">View Source</a>
-</div>
-</com:TContent> \ No newline at end of file