3b1b wordle solver
Pattern matrix for Dungleon
這個儲存庫包含用資訊理論解決 Wordle 難題的 Python 程式碼。
pip install -r requirements.txt
若要列印命令列參數的詳盡列表,請執行:
python simulations.py --help
使用--game-name
選擇遊戲:
python simulations.py --game-name wordle
python simulations.py --game-name dungleon
或者,運行wordle_solver.ipynb
結果顯示在 Wiki 上。
3b1b/videos
:上述影片附帶的補充代碼(Python),woctezuma/dungleon-bot
:不同解算器在 Dungleon 的應用,woctezuma/Wordle-Bot
:一個非常慢的解算器,提到了一些結果。