Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.05 KB

Outlander Wordle

This is a clone project of the popular game for the TV series Outlander. Any length of word is accepted for more variability and a greater challenge.

Live here!

Build and run

Clone the repository and perform the following command line actions:

$> cd outlander-wordle
$> npm install
$> npm run build
$> npm start

Forked from great project here

How do I change the length of solutions?

The original configuration is for five letter solutions and guesses, but it is flexible enough to handle other lengths.

To configure for variable lengths:

Note that guesses are validated against both the length of the solution, and presence in VALID_GUESSES.

How can I add usage tracking?

See source