Skip to content

jpziegler/absurdle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Absurdle Solver

Program that finds all minimal solutions to Absurdle, an adversarial version of Wordle.

Written in Rust using Rayon for parallelism.

Usage

To prove that there are no 3-word solutions. (Very fast)

cargo run --release -- --permutations 2

To generate all 4-word solutions. (Roughly 8 hours on an Apple M3 Max)

cargo run --release -- --permutations 3

About

Rust program for finding all 4-word Absurdle solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors