Skip to content

AgentM12/wordlethon

Repository files navigation

wordlethon

Simple commandline wordle clone written in Python (3.9.6) Using colorama for command line coloring.

The list of words is obtained from this GitHub page. Words are only filtered by length.

Execution

Install python3 and make sure the library colorama is installed.

Then run from commandline (assuming PATH is setup for python):

$ python wordlethon.py

The recommended word length is 5, but you may try the harder ones at your own risk.

Future ideas

  • Better dictionary (obviously)
  • Different options for how hints are shown
  • Scoring options
  • Different play styles

About

Simple wordle clone in Python.

Topics

Resources

Stars

Watchers

Forks

Languages