cullymason / wordle-cli
A Prototype of Wordle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
- ext-pspell: *
- laravel-zero/phar-updater: ^1.0.6
- nunomaduro/termwind: ^1.4
Requires (Dev)
- laravel-zero/framework: ^8.8
- mockery/mockery: ^1.4.3
- pestphp/pest: ^1.3
README
This is just a proof of concept of a cli version of Wordle
In short, I wanted to play around with TermWind and recreating the popular wordle game seemed like a good way to test it out
Current Functionality
Installation
composer global require cullymason/wordle-cli
Guess Validation
- Must be 6 letters
- Cannot contain spaces
- must be a word
- cannot be a previous guess
- displays if the letters of the guess are contained in the target word and are in the same position
Todo
- add
--share
option that mimics the real wordle