Play wordle on your discord server! Inspired Josh Wardle's puzzle game and other variations of it found on the internet.
Invite this bot to your server. Link goes here
Use /
as prefix with these commands:
start
to start a sessionguess
to make a guess
The game will start as wordle
mode by default, the good old-fashioned, one five-lettered word. However in the future we will have dordle
and quordle
mode options to spice up the race.
- Git clone this repository
- Setup token, client id, and guild id variable in env
npm install
node src/deploy-commands.js
- And you're ready to go
- Use
npm run test:live
command to runjest --watchAll
in the background - Use
npm run test
command to run the test one time and generate coverage report
- Keep track of winner
- Check if word is english
- Put guess evaluation to separate function
- Isolate test cases
- Research command format (which format is most preferred)
- Beta user