LaravelPackages.net
Acme Inc.
Toggle sidebar
cullymason/wordle-cli

A Prototype of Wordle

5
5
1.1
About cullymason/wordle-cli

cullymason/wordle-cli is a Laravel package for a prototype of wordle. It currently has 5 GitHub stars and 5 downloads on Packagist (latest version 1.1). Install it with composer require cullymason/wordle-cli. Discover more Laravel packages by cullymason or browse all Laravel packages to compare alternatives.

Last updated

Wordle CLI Banner

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
Comments