Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -19,9 +19,9 @@ validAnswer?: function [answer][
|
|||
playerA: input "player A: what is your name? "
|
||||
playerB: input "player B: what is your name? "
|
||||
|
||||
pastWords: new @[sample select wordset 'word [ contains? [3 4] size word ]]
|
||||
pastWords: @[sample select wordset 'word [ contains? [3 4] size word ]]
|
||||
|
||||
print ["\nThe initial word is:" last pastWords "\n"]
|
||||
print ["\nThe initial word is: " last pastWords "\n"]
|
||||
|
||||
current: playerA
|
||||
while ø [
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ fn is_wordiff_change(new_word string, last_word string) bool {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
words := os.read_lines("unixdict.txt")?
|
||||
words := os.read_lines("unixdict.txt")!
|
||||
time_limit := os.input("Time limit (sec) or 0 for none: ").int()
|
||||
players := os.input("Please enter player names, separated by commas: ").split(",")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue