Skip to content

Wordle clone for Outlander using React, Typescript, and Tailwind

License

Notifications You must be signed in to change notification settings

zbeastofburden/outlander-wordle

 
 

Repository files navigation

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

About

Wordle clone for Outlander using React, Typescript, and Tailwind

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • TypeScript 96.0%
  • CSS 2.0%
  • HTML 1.2%
  • Other 0.8%