Nerdle – a nerd’s approach to solving Wordle

alt text

Build

example workflow

Features

  • Solve the game in realtime using Nerdle’s solver
  • Simulate how the game would unfold given an answer
  • Evade being discorvered – dodge the guesses for as long as possible

Install

  • pip install git+https://github.com/CatchemAl/Nerdle.git

Commands

  • nerdle solve --guess=SOARE (with an optional starting guess)
  • nerdle simulate --solution=BRAIN (see how the pros solve it)
  • nerdle evade --size=6 (play a devilishly hard game with 6 letters inspired by absurdle)

Algorithm

  • Based on min-max
  • Subject to change
  • Can be improved
  • Is work in progress

GitHub

View Github