ผลต่างระหว่างรุ่นของ "01219245/javascript1/tutorial4"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย ': ''This is part of 01219245.'' Everyone should know what [http://en.wikipedia.org/wiki/Hangman_%28game%29 Hangman] Game is. If y...') |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 4: | แถว 4: | ||
== Task breakdown == | == Task breakdown == | ||
+ | Let's think about what our Hangman program has do to. | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed"> | ||
+ | Expand this box after you finish thinking. | ||
+ | <div class="mw-collapsible-content"> | ||
+ | * Random a word. | ||
+ | * Show the word with blanks. | ||
+ | * Read the guess alphabets and show the correct ones in the word. | ||
+ | * Count the number of wrong guesses. | ||
+ | * Show the hangman figures. | ||
+ | * Show a list of alphabets from which the user can choose. | ||
+ | * Hide used alphabets. | ||
+ | * Reset the game after the game ends. | ||
+ | * (... I can keep listing other features.) | ||
+ | </div> | ||
+ | </div> | ||
== Core mechanics == | == Core mechanics == | ||
== Assets == | == Assets == |
รุ่นแก้ไขเมื่อ 17:28, 28 มกราคม 2557
- This is part of 01219245.
Everyone should know what Hangman Game is. If you don't, it's a simple vocabulary game and you can try it here.
Task breakdown
Let's think about what our Hangman program has do to.
Expand this box after you finish thinking.
- Random a word.
- Show the word with blanks.
- Read the guess alphabets and show the correct ones in the word.
- Count the number of wrong guesses.
- Show the hangman figures.
- Show a list of alphabets from which the user can choose.
- Hide used alphabets.
- Reset the game after the game ends.
- (... I can keep listing other features.)