LeandroSQ / js-wordle

Simple JavaScript Wordle clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Wordle clone

Simple Javascript clone of the game Wordle.

   

Live demo here

How to use

  • A random word will be generated by the game, your goal is to guess it

  • Type your guessed word and press enter

  • The game will provide hints to whether your word is similar to the target one

    • Red letters -> These do not appear on the target word
    • Green letters -> These appear in the word in the exactly typed spot
    • Purple letters -> These appear in the word, but in a different spot
  • When run out of rows to type, you will either win or lose

    • Pressing any key will restart the game

Features

  • Light and Dark mode
  • Mobile support
  • Multiple languages (English and Portuguese)
  • Multiple difficulties (Easy, Medium and Hard)
  • Vanilla JS without external dependencies
  • Dictionaries are processed and analyzed, you won't see archaic or strange words

Project

Name Description
Eslint For linting and semantic analysis
Github actions For CI, building and deploying to github pages
LexPorBr For providing a wonderful portuguese lexicon
SUBTLEX-US For providing a english lexicon

About

Simple JavaScript Wordle clone

License:MIT License


Languages

Language:JavaScript 76.1%Language:SCSS 21.4%Language:HTML 2.5%