Skip to content

internetarchive/wordsmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb9a0fa · Dec 29, 2024

History

80 Commits
Dec 29, 2024
Jan 7, 2022
Nov 3, 2024
Jan 11, 2022
Jan 7, 2022
Dec 27, 2024
Jan 11, 2022
Dec 27, 2024
Jan 25, 2022
Jan 7, 2022
Dec 27, 2024
Nov 10, 2024
Jan 10, 2022

Repository files navigation

wordsmith

Wordle game - home grown and like a typewriter ~/:::/º

Very similar to https://www.nytimes.com/games/wordle

but all hand-made.

local dev

( sleep 3; open http://localhost:8080 & )
deno run --allow-net --allow-read --allow-env https://deno.land/std/http/file_server.ts -p8080

misc

lit has been having reliablity issues, so using pre-built, import-able version from offshoot project

fixmes

  • xxx pre-bake 5.8y of games, repeat loop, with daily "best of 3"

inspiration

words, words, words

# 6438 five-letter words from SCOWL:
wget -qO- https://gitlab.com/internetarchive/word-salad/-/raw/main/words-scowl.txt \
  |fgrep -A1000000 -- --- \
  |fgrep -v -- ---  \
  |tr A-Z a-z \
  |egrep '^.....$' \
  |fgrep -v "'" \
  |sort -u -o words.txt

# insert-able into index.js
cat words.txt |perl -ne 'chop; print "      \x27$_\x27,\n";'

misc

bootstrap.min.css was saved locally from: https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css to enable full offline mode

About

Wordle game - home grown and like a typewriter ~/:::/º

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages