pallavi / wordle-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordle-practice

wordle in your terminal.

a hastily written node app because i needed to play wordle more than once a day. now i can play it as much as i want.

based on wordle by josh wardle. wordle-practice uses the same valid word list and possible solution list.

prerequisites

  • yarn
  • node 14.18.0

first-time setup

$ cp data/history.json.example data/history.json

to play

$ yarn start

About


Languages

Language:JavaScript 100.0%