Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -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 ø [

View file

@ -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(",")