Skip to content

kurtisgrant/thordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thordle (Wordle Adaptation)

Thordle.com <-- Click me

Thordle is an adaptation of the popular word puzzle game Wordle. In addition as core gameplay logic, Thordle features complex conditional rendering, state management and CSS animations. It also supports light/dark mode and local storage of user stats.

Instructions

Guess today's THORDLE in five tries..

Type your guesses for three valid five-letter words then hit enter to submit.

The tiles will change colour to reveal clues about the answers.

Green means the guessed letter was correct.

Yellow means the guessed letter is in the word, but not at this location.

Purple means the guessed letter is in a different word.

Tech Stack:

  • React
    • Hooks & custom hooks
    • Context API
  • TypeScript
  • Unit Testing
    • Mocha
    • Chai
  • Styled Components
  • Framer Motion