-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: color highlighting is now accurate for duplicate characters. Cr…
…eated a new database table for the word of the day. The api wasn't effective.
- Loading branch information
1 parent
b701090
commit e002d5f
Showing
6 changed files
with
79 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# WORDLE! | ||
|
||
The ability to play Wordle with your friends in Discord! | ||
Simply type in /wordle 'word' and the bot will display a board for you to play the game with! | ||
|
||
![image](https://github.com/JaredIsaacs/worlde-bot/assets/45950689/99eb2724-4ed3-4a4f-ac34-a88c57697b26) | ||
|
||
|
||
## Features | ||
|
||
- Automatically construct the board behind the scenes. | ||
- Checks with the [Wordle API](https://github.com/petergeorgas/Wordle-API) for correct answers. | ||
- Can Play with multiple friends at once. | ||
|
||
## Todo | ||
|
||
- Implement a single player mode. | ||
- Make the word generate after each successful playthrough. | ||
- Keep track of player stats. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.