Skip to content

rodber/wordle-cli

Repository files navigation

Rodber's Wordle-CLI

Get it on macOSGet it on LinuxGet it on Windows

0.1.0.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
  • Run wordle-cli from your terminal

Windows users can run wsl ./wordle-cli from the Windows terminal.

Run using Docker

docker run -it --rm --init --name rodber-wordle-cli ghcr.io/rodber/wordle-cli ./wordle-cli

Build Docker image

docker build -t ghcr.io/rodber/wordle-cli:latest .

Run from source

composer install
./wordle-cli

License

Copyright Rodolfo Berrios A.

This project is licensed under the Apache License, Version 2.0. See 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.