Skip to content

Instantly share code, notes, and snippets.

@onnyyonn
Last active August 5, 2026 11:15
Show Gist options
  • Select an option

  • Save onnyyonn/1fcb56adef6ab94219573fd86fa781bd to your computer and use it in GitHub Desktop.

Select an option

Save onnyyonn/1fcb56adef6ab94219573fd86fa781bd to your computer and use it in GitHub Desktop.
A non-exhaustive list of Wordle clones, variants and solvers

Wordle

Homepage: https://www.powerlanguage.co.uk/wordle/

Clones

globals().update({l[:2]: __import__(l) for l in "re random sys string".split()}) or (lambda a, w: (lambda c: (lambda l:lambda k, i:l(l,k,i))(lambda f, i, t: print("Correct!" if t > 0 else "Fail...", "Word was:", c) if i == c or t <= 0 else (lambda z: print(t, "turns to guess a", len(c), "character word...") if i == "" else a.update({s: x for s, x in zip(i, z)}) or sy.stdout.write("\033[1A[\033[2K") and print(''.join([f"{x}{s}\033[0m" for s, x in zip(i, z)]), '\t', ''.join([f"{a[k]}{k}\033[0m" for k in a]), "turns:", t))([["\033[0;41m", "\033[30;42m", "\033[30;103m"][(1 if s == c[n] else 2) if s in c else 0] for n, s in enumerate(i)]) or f(f,(lambda y: lambda x: y(y,x))(lambda g, ip: ip if ip in w else g(g,input("\033[1A[\033[2K" if len(ip) > 0 else "").lower()[:5]))(""), t-1))("", 10))(ra.choice(w)))({k: '\033[0;0m' for k in st.ascii_lowercase}, [x.strip().lower() for x in re.findall(r'^[a-zA-Z]{5}$', open('/usr/share/dict/words').read(),re.MULTILINE)])

/usr/share/dict/words didn't exist in my system. Had to replace it with /usr/share/dict/cracklib-small

Variants

Strategies and Meta Posts

Solvers

Related Projects

@mertekerr

Copy link
Copy Markdown

Futbolle (https://futbolle.com) - daily football (soccer) guessing games: Player of the Day (Wordle-style footballer guess), Football Wordle, Connections, and Who's That? (blurred photo reveal). Free, no login, new challenge every day.

๐ŸŽฎ Football Wordle: https://futbolle.com/football-wordle
๐ŸŽฎ Player of the Day: https://futbolle.com/player-of-the-day
๐ŸŽฎ Who's That?: https://futbolle.com/whos-that

@Ajin-collab

Copy link
Copy Markdown

You could add Ayatoki (https://ayatokigame.com) - a hiragana-based Wordle for Japanese learners.
Japanese-native, but there's also an English version (https://ayatokigame.com/en/) and a Traditional Chinese version (https://ayatokigame.com/zh/), both aimed at people learning Japanese.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment