Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 614 Bytes

Wordle clone built with React

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Improvements

  • You're currently not limited to 6 guesses
    • If this is resolved, present user with the correct word at the end
  • Parameterize length of word and number of guesses
  • Hard mode (do not show in-word but only if correct position)
  • Better dictionary

Credits

https://www.powerlanguage.co.uk/wordle/


This is a Next.js project bootstrapped with create-next-app.