peeto/wordle-bot
Composer 安装命令:
composer require peeto/wordle-bot
包简介
AI that plays NYT Wordle
README 文档
README
A bot that can assist with playing NYT Wordle
About
The New York Times has a game called Wordle that gives six chances to guess a five letter word. Given that there are 26 letters in the alphabet and there are 30 chances (6x5) this positions a bot to have a fair chance of solving each word. The premise is that wordlebot understaands words, the letters that make up words, a statistical analysis of the most common letters used in words, and as such can determine the best word to try with or without feedback.
Status and usage
Set up a MySQL database using sql/wordle.sql and sql/wordlewords.sql
After adding the words to the database, run the following SQL:
CALL `rebuild_wordle_words`();
Install using composer:
composer require peeto/wordle-bot
See public/index.php and public/example.php for an example on how to use WordleBot.
统计信息
- 总下载量: 492
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2023-02-14