An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Rodber's Wordle-CLI

Get it on macOSGet it on LinuxGet it on Windows

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 terminal

Windows 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.