/pywordle

a word guessing game

Primary LanguagePython

pywordle

a word guessing game

run

python ./app.py --length 5 --attempt 6 --mode normal (default settings)

args

  • -l, --length: word length;
  • -t, --attempt: number of tries;
  • (pending)-m, --mode : game mode('easy', 'normal', 'hard').