[go: up one dir, main page]

28 Jan 22

Python notebook detailing how to get the daily Wordle on the first try using the obfuscated replay results that are shared on twitter and other social media platforms.

by mlb 4 years ago

Guess a 5-letter word in 6 tries.

Each guess must be a valid 5 letter word. After each guess, the color of the tiles will change to show how close your guess was to the word.

by mlb 4 years ago saved 2 times
Tags:

26 Jan 22

This is an adversarial version of Josh Wardle’s Wordle. “Adversarial“ means that Absurdle is actively trying to avoid giving you the answer. With each guess, Absurdle reveals as little information as possible, changing the secret word if need be.

by mlb 4 years ago