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
: 非常に遅いソルバーであり、いくつかの結果について言及しています。