ผลต่างระหว่างรุ่นของ "01219245/javascript1/tutorial4"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 4: | แถว 4: | ||
== Task breakdown == | == Task breakdown == | ||
− | Let's think about what our Hangman program has do to. | + | '''Exercise:''' Let's think about what our Hangman program has do to. |
<div class="toccolours mw-collapsible mw-collapsed"> | <div class="toccolours mw-collapsible mw-collapsed"> | ||
แถว 23: | แถว 23: | ||
Not all features above are extremely important to the game. For example, if you don't even draw the hangman figures, the game will be a pretty weird hangman game, but it is still the hangman game. If we can only choose 2 features to implement, we can simply throw away the hangman drawing task. | Not all features above are extremely important to the game. For example, if you don't even draw the hangman figures, the game will be a pretty weird hangman game, but it is still the hangman game. If we can only choose 2 features to implement, we can simply throw away the hangman drawing task. | ||
− | From the list above, try to order the items according to their importance to the game. | + | '''Exercise:''' From the list above, try to order the items according to their importance to the game. |
== Core mechanics == | == Core mechanics == | ||
== Assets == | == Assets == |
รุ่นแก้ไขเมื่อ 17:32, 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
Exercise: Let's think about what our Hangman program has do to.
ขยาย
Expand this box after you finish thinking.
Not all features above are extremely important to the game. For example, if you don't even draw the hangman figures, the game will be a pretty weird hangman game, but it is still the hangman game. If we can only choose 2 features to implement, we can simply throw away the hangman drawing task.
Exercise: From the list above, try to order the items according to their importance to the game.