https://github.com/rodber/wordle-cli
Wordle CLI remix game available in English, Spanish and Portuguese
https://github.com/rodber/wordle-cli
wordle wordle-cli wordle-es wordle-php wordle-pt
Last synced: about 2 months ago
JSON representation
Wordle CLI remix game available in English, Spanish and Portuguese
- Host: GitHub
- URL: https://github.com/rodber/wordle-cli
- Owner: rodber
- License: apache-2.0
- Created: 2022-01-31T13:58:51.000Z (over 3 years ago)
- Default Branch: 1.0
- Last Pushed: 2024-01-24T15:21:07.000Z (over 1 year ago)
- Last Synced: 2025-04-14T22:45:19.999Z (about 2 months ago)
- Topics: wordle, wordle-cli, wordle-es, wordle-php, wordle-pt
- Language: PHP
- Homepage:
- Size: 7.16 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rodber's Wordle-CLI
https://user-images.githubusercontent.com/20590102/151889072-ff1ef963-e18c-4554-a5f6-edeed50343ec.mp4
This is a Wordle CLI remix game:
* Pick language to answer (En, Pt, Es)
* Choose word length (3, 8)
* Determine number of allowed responses (default 6)## Run binary
* Get the latest binary from the [releases page](https://github.com/rodber/wordle-cli/releases/)
* Run `wordle-cli` from your terminalWindows users can run `wsl ./wordle-cli` from the Windows terminal.
## Run using Docker
```sh
docker run -it --rm --init --name rodber-wordle-cli ghcr.io/rodber/wordle-cli ./wordle-cli
```### Build Docker image
```sh
docker build -t ghcr.io/rodber/wordle-cli:latest .
```## Run from source
```php
composer install
``````php
./wordle-cli
```## License
Copyright [Rodolfo Berrios A.](https://rodolfoberrios.com/)
This project is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.