Back to Projects

Wordle Solver

November 2022

CGit

A command-line bot that solves Wordle puzzles by analyzing possible words from a database and finding the optimal guess.

Motivation

Built to explore algorithm optimization and constraint-based solving approaches.

Key Learnings

  • Implemented word filtering algorithm based on guess feedback
  • Used frequency analysis to optimize guess selection
  • Solved Wordle puzzles in maximum 7 guesses