Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tested-Wordle-Algorithm

Tested algorithm for a word game inspired by Wordle.

feedback()

  • This function takes two input words - a guessed word and the correct answer - and compares them letter by letter, and returns an array of result objects describing the feedback for each letter in the guess.

    Each object in the array contains:

    • letter: the guessed letter (uppercase)
    • result: 'correct', 'misplaced', or 'incorrect'.

About

Tested algorithm for a word game inspired by Wordle.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages