Wordiff: Difference between revisions

m
added related tasks.
m (→‎{{header|Raku}}: oops, forgot my Zappa)
m (added related tasks.)
Line 1:
{{task|Games}}
 
Wordiff is an original game in which contestants take turns spelling new dictionary words of three or more characters that only differ from
the last by a change in one letter.
 
 
The change can be either:
Line 7 ⟶ 9:
# addition of one letter;
# or change in one letter.
 
 
Note:
Line 13 ⟶ 16:
* The first word must be three or four letters long.
 
;Task:
 
;Task:
Create a program to aid in the playing of the game by:
* Asking for contestants names.
Line 24 ⟶ 27:
:* and differs from the last appropriately.
 
 
;Optional stretch goalgoals:
* Add timing.
* Allow players to set a maximum playing time for the game.
* An internal timer accumulates how long each user takes to respond in their turns.
Line 33 ⟶ 37:
 
 
{{Template:Strings}}
<br><br>
 
=={{header|Julia}}==