The Graffiti Wall:AvlisHangman: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Rules) |
||
Line 33: | Line 33: | ||
Each of the two games in a round can be played simultaneously. In general, if the game is "Alice vs. Bob," this means that Alice is the guesser in the first, or top, game and the executioner in the second, or bottom. | Each of the two games in a round can be played simultaneously. In general, if the game is "Alice vs. Bob," this means that Alice is the guesser in the first, or top, game and the executioner in the second, or bottom. | ||
|} | |||
{| cellspacing="3" cellpadding="2" | |||
|- valign="top" | |||
|width="100%" class="MainPageBG" style="border: 1px solid #000000; color: #000; background-color:#f8f8ff"| | |||
=== Example game in progress === | |||
The following example shows that the guesser has guessed ''T'', ''S'' and ''R'', and it is the guesser's turn to make another guess. | |||
{{Hangman| | |||
word=S.R..| | |||
guess=| | |||
misscount=1| | |||
misses=t | |||
}} | |||
Markup: | |||
<pre> | |||
{{Hangman| | |||
word=S.R..| | |||
guess=| | |||
misscount=1| | |||
misses=t | |||
}} | |||
</pre> | |||
|} | |} |
Revision as of 18:01, 27 January 2006
Open Game
Other Games
Rules
Allowed wordsThe following words are allowed:
|
Order of playThe Hangman template is to be used for each game. The following parameters are used in this template to display the game in progress:
Each of the two games in a round can be played simultaneously. In general, if the game is "Alice vs. Bob," this means that Alice is the guesser in the first, or top, game and the executioner in the second, or bottom. |
Example game in progressThe following example shows that the guesser has guessed T, S and R, and it is the guesser's turn to make another guess.
{{Hangman| word=S.R..| guess=| misscount=1| misses=t }} |