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)
- 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.
docker run -it --rm --init --name rodber-wordle-cli ghcr.io/rodber/wordle-cli ./wordle-cli
docker build -t ghcr.io/rodber/wordle-cli:latest .
composer install
./wordle-cli
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.