Rev 13477 | Rev 15179 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13477 | Rev 13715 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | type=game |
1 | type=game |
2 | textarea="data" |
2 | textarea="data instruction" |
- | 3 | iEdit="instruction" |
|
3 | 4 | ||
4 | :Hangman |
5 | :Hangman |
5 | Find the words by selecting letters from the list provided. To win, the word must be found |
6 | Find the words by selecting letters from the list provided. To win, the word must be found |
6 | before the man is hanged. |
7 | before the man is hanged. |
7 | <p class="wims_credits"> |
8 | <p class="wims_credits"> |
Line 61... | Line 62... | ||
61 | \text{typename=slib(oef/blank _,,\typename)} |
62 | \text{typename=slib(oef/blank _,,\typename)} |
62 | \text{mot=randrow(\data)} |
63 | \text{mot=randrow(\data)} |
63 | \text{indication=\mot[2..-1]} |
64 | \text{indication=\mot[2..-1]} |
64 | \text{mot=\mot[1]} |
65 | \text{mot=\mot[1]} |
65 | \text{jok=—} |
66 | \text{jok=—} |
66 | \css{<style |
67 | \css{<style> |
67 | .centrer{text-align:center;} |
68 | .centrer{text-align:center;} |
68 | .seen {opacity:0.5;font-weight: bold;} |
69 | .seen {opacity:0.5;font-weight: bold;} |
69 | .lettres span{background-color:orange;font-size:20px;font-family:monospace;padding:0 0.5em;} |
70 | .lettres span{background-color:orange;font-size:20px;font-family:monospace;padding:0 0.5em;} |
70 | .w {padding : 0 2px;} |
71 | .w {padding : 0 2px;} |
71 | .word {background-color:orange;font-size:20px;white-space: nowrap;} |
72 | .word {background-color:orange;font-size:20px;white-space: nowrap;} |