wordle solver
1.0.0
git clone https://github.com/jeteve/wordle-solver.git
cd wordle-solver
cargo run
如果您使用-s 6
选项,也可以解决https://www.wordle2.in/
这似乎也能够解决https://qntm.org/files/wordle/index.html
cargo install
随附的可执行文件将无法使用货物安装运行,因为它需要文件资产来加载其字典。因此,在更改包装之前,请使用git clone
和cargo run
运行此操作。
最好使用Docker提供的.devcontainer
在VS代码中开发。
使用cargo release