Create instruction.txt
Browse files
word_chaining/instruction.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
We're going to play a game. One of us will say a word, then the other will say a new word that starts with the same letter that the last word ended with. (So for example if I said 'ant', you might say 'television'.) All words must come from the list below.
|
| 2 |
+
If you repeat a word, or select a word that isn't on the list, or break the first-letter rule, you lose. Please always wrap your chosen word in single-quote marks.
|
| 3 |
+
|
| 4 |
+
Allowed words: {word_list}
|
| 5 |
+
|
| 6 |
+
[Ok, you go first. / Ok, I'll go first. My word is: {user_word}]
|