Skip to content

Instantly share code, notes, and snippets.

@maxspero
Last active May 23, 2025 10:07
Show Gist options
  • Save maxspero/0a2f536b9561d829caf6bd994a34193d to your computer and use it in GitHub Desktop.
Save maxspero/0a2f536b9561d829caf6bd994a34193d to your computer and use it in GitHub Desktop.
Comprehensive list of Wordle variants

Original

  • Wordle - Guess a five-letter word in six guesses. Each guess must be real words.

Clones

Multiplayer

Multiple Wordle Grids

  • Dordle - Wordle on two different grids at once.
  • Tridle - Wordle on three different grids at once.
  • Quordle - Wordle on four different grids at once.
  • Octordle - Wordle on eight different grids at once.
  • Sedecordle - Wordle on sixteen different grids at once.
  • Kilordle - Wordle on 1000 different grids at once.
  • Polydle - Choose how many Wordle grids to solve at once (maximum 2315).
  • Thirtle - Solve thirty consecutive Wordle grids as quickly as possible.
  • Crosswordle - Wordle on two intersecting words.

Word Variants

  • Squardle - Wordle in two dimensions across a 5x5 grid with six different words.
  • Absurdle, Evil Wordle - Wordle rules, but the answer is adversarial. Infinite guesses.
  • QWRTL - Wordle without the letter E.
  • Waffle - Squaredle grid (5x5 grid with six words) with shuffled letters and 15 swaps to find the correct grid.
  • Reversle - Given an answer and grid of clues, find a sequence of words that matches the clues as quickly as possible.
  • Survivle - Normal Wordle rules but you must use the information you have and the goal is to play as many rounds as possible without finding the answer.
  • Absurvivle - Absurdle but the goal is to survive as long as possible.
  • Scrabwordle - Wordle, but your word must also match a given Scrabble score.
  • xordle - Wordle with two disjoint answers but only one board. Guess both words correctly to win.
  • Fibble - Wordle, but the clue contains one lie in every row.
  • Sixdle - Wordle with six-letter words and answers.
  • Warmle - Wordle, but a yellow clue lets you know if are within 3 letters alphabetically for that position.
  • Wordle Peaks - Wordle, but each position is hinted based on the alphabetical direction of the answer's letter in that position.
  • Symble - Wordle, but hints are given as a random 3 symbols and it is up to the player to determine what the symbols mean. Important to note: symbols clue at the answer letter in that position, not the guessed letter.

Language/Regional Variants

Math Variants

  • Primel - Guess a five-digit prime in six guesses. Each guess must be prime.
  • Mathler - Guess a six-character expression that equals a given number.
  • Nerdle - Guess an eight-character equation.

Answer categories (English words + category are all legal guesses)

  • Taylordle - Answer will be related to Taylor Swift.
  • Byrdle - Answer will be related to choral music.
  • A Greener Wordle - Answer will be related to climate change.
  • Wordle-BTS - Answer will be related to BTS.
  • Moxle - Answer will be a 5-letter Magic: the Gathering card name.
  • Sweardle - Answer will be a four-letter swear word. Guess it in four guesses.
  • Jordle - Answer will be Neopets-related.
  • Queerdle - Answer will be queer related words of various lengths.
  • YGODLE - Answer will be Yu-Gi-Oh! related.

Guessing and answer categories (The set of legal guesses == the set of answers).

  • Oundle - Guesses and answers must be a British place name.
  • Lewdle - Guesses and answers must be in the lewd word dictionary.
  • Paimordle - Guesses and answers must be characters, items, and concepts relating to Genshin Impact.
  • BRDL - Guesses and answers must be a 4-letter bird banding code.

Fandom Variants

  • Enchant Worldle - Magic: the Gathering. Guess a card in 20 tries, recieving hints on card properties.
  • Commander Codex - Magic: the Gathering. Guess a commander and receive hints based on card properties.
  • Squirdle - Pokémon. Guess a Pokémon and receive hints based on Pokémon properties.
  • Lordle of the Rings - Lord of the Rings. Uses only five-letter words (including names) in the main text of Lord of the Rings
  • Swordle - Star Wars. Guess 5-character Star Wars words including numbers and dashes.

Transit/Geography

  • Airportle (Avi Bagla), Airportle (Scott's Cheap Flights) - Guesses and answers must be three-letter airport codes.
  • Subwaydle - Guess a valid NYC subway trip from point A to point B.
  • Worldle - Guess a country by its outline. Hints are distance and direction between the guessed country and the answer country.
  • Globle - Guess a country based on color-coded hints indicating distance.
  • Tradle - Guess a country based on its export profile.
  • Flagdle - Guess a country based on its flag. Hints are a similarity score between your guess's flag and the actual flag.
  • Flagle - Guess a country based a 2x3 grid of a flag that reveals one square with each guess.

Joke Variants

  • Letterle - Guess one letter in 26 guesses.
  • Windle - Wordle built for Windows 3.1.
  • Passwordle - Receive hints based on the difference between SHA-256 hash of your guess and the hash of the answer.

Other Variants

  • Semantle - Guess any word or phrase. Hints are the Word2Vec semantic distance between guess and answer.
  • Scidle - Like wordle, but you create a word or phrase using five consecutive elements from the periodic table.
  • Chessle - Like Wordle, but for Chess openings.
  • Fusekle - Like Wordle, but for Go openings (fuseki).
  • Pictle - Using Wordle rules, use guesses to match a picture inspired by the Wordle puzzle from 7 days ago.
  • Heardle - Guess a song by hearing increasingly long opening snippets. Features design language from Wordle.
  • Squaredle - Boggle-like word finding game. Features design language from Wordle.

Made a Wordle game and not on here? Drop a link in the comments!

@KingLJN
Copy link

KingLJN commented Oct 24, 2024

汉兜 (https://handle.antfu.me/)
Chinese variant. You guess a four-character phrase. Hints are based on Pinyin elements.

@anoboy90
Copy link

anoboy90 commented Nov 4, 2024

https://anoboy.com.ru/ is a game of wordle play and enjoy it

@shalimarCC
Copy link

@thinkle
Copy link

thinkle commented Dec 29, 2024

https://www.nordle.us/?n=3 is like polydle, but has different mechanics/codebase -- it's written so you can play 3, then 4, then 5, then 6, etc.

@pheki
Copy link

pheki commented Dec 31, 2024

Fandom Variant: Owdle at https://owdle.guessing.day/

Similar to Squirdle

@NoobEngineer138
Copy link

NoobEngineer138 commented Jan 8, 2025

@Meghan2300
Copy link

Even better than Wordle if you can believe. Strands https://kveez.com/en/strands/

@meljdev
Copy link

meljdev commented Jan 15, 2025

www.nhldle.com : A NHL (player) wordlle like game !

@slamdon
Copy link

slamdon commented Feb 6, 2025

How about Squaredle

And here's a simple tool for converting text to Morse code and back, with support for audio playback and customizable speed called morse code translator

@vgboy6
Copy link

vgboy6 commented Feb 17, 2025

Could you add sexaginta~quattuordle?

@thinkle
Copy link

thinkle commented Feb 17, 2025

https://foggle-game.netlify.app/ -- like wordle, but with an unknown number of letters :)

@jackj345
Copy link

jackj345 commented Feb 20, 2025

Thank you for helping people get the information they need. Great stuff as usual. Keep up the great work. los angeles home remodel

@PersonalPythonProgrammer

how do i unsubscribe from this? i already tried the gmail unsubscribe button, and it didn't work

@Openstreetmapler
Copy link

Openstreetmapler commented Feb 22, 2025

how do i unsubscribe from this? i already tried the gmail unsubscribe button, and it didn't work

@PersonalPythonProgrammer
At the top of this GitHub page, after logging into your account, you should see a button labeled: 🔕 Unsubscribe

@PersonalPythonProgrammer

@yusufads
Copy link

yusufads commented Feb 27, 2025

Başarırılı bir dizin olmuş bir dijital pazarlama uzmanı olarak teşekkürler.

@horushe93
Copy link

@horushe93
Copy link

Another Variant Globe Map Game

@NoobEngineer138
Copy link

@adminjadwelny
Copy link

Thanks! I’m glad we’re on the same page. More efficient ways to interact with blog content would definitely enhance the experience. If you have any ideas to improve commenting, I’d love to hear them!

Visit us:
Jadwelny Global Hotel Booking

@adminjadwelny
Copy link

@adminjadwelny
Copy link

@adminjadwelny
Copy link

@adminjadwelny
Copy link

@kiloalnet
Copy link

Başarılı bir dizin içeriği olmuş. Kilo Aldırıcı Besinler için de böyle bir dizin oluşturmak gerekiyor. tebrik ediyorum.

@saunlani
Copy link

Woertle - I recently built this German Wordle-style game with CEFR-level filters, so it's great for both native speakers and learners. It uses real vocabulary lists from trusted sources like the Goethe-Institut, and after each guess, you get an authentic German dictionary definition to reinforce learning. The game is ad-free, mobile-friendly, and doesn’t require a login—unless you want to track your stats. Plus, you can play as many rounds as you like.

@matthewcurney
Copy link

don't forget about https://lexicle.com

@flapBird
Copy link

flapBird commented May 4, 2025

Flagle.cc - Play the FlagFinder game on Flage.cc! Test your knowledge by guessing the country flag based on clues. Fun and educational flag guessing game for all ages.

Game Description
Interface Layout: The game screen displays six boxes, each containing a national flag. These six boxes are randomly arranged.
Country Hints: At the start of each round, a hint appears. This can be a country name or a brief description related to a country. For example: "A country in Africa" or "A flag with yellow and red colors."
Player Selection: Players must select the flag from the six options that matches the hint.
Feedback: If the player selects the correct flag, the box shows "Correct" and highlights. If incorrect, the box shows "Wrong" with a brief hint (e.g., "Try again").
Game Progress: Each round automatically advances to the next, presenting a new hint and six new flags. Players accumulate points for correct answers.
Timer: Each round has a time limit (e.g., 10 seconds). When time expires, the game automatically advances to the next round, showing "Correct" or "Wrong" feedback even if no selection was made.
Game End: The game ends when the player correctly identifies a certain number of flags or when the total time runs out. A final score is displayed with an option to restart the game.

@wilf1
Copy link

wilf1 commented May 22, 2025

Hey, could you please add Cobble - https://wilf.live/cobble/

You have to come up with two words that use up all the letters.

@AstroOrbis
Copy link

I hate to be the one brainrotted enough to mention it but: https://www.balatrodle.com/

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