A Wordle based game made in Javascript
Features
- A choice of either 3, 4 or 5 letter games
- 5 levels ranging from beginner to god mode
- 2 difficulty settings
- More than 20,000 words to play
- Score keeping function for each level/difficulty
- Streak keeping function for each level/difficulty
- Home screen menu
- Logo click to menu
- Instructions in game
- Ability to create a custom list of words for all word lengths
- Fade in / fade out modal
- Social media share buttons
The higher the level, the more words available and the higher the score you get for each word guessed. There's a score penalty for each time you guess wrong as well as if you give up on the word.
To create your own list, simply edit the custom
variable in assets/js/words/x.js (where x equals the word length), then choose the custom level in the game.
No installation required
Wordled can be played in the browser, simply open the index.html file in any browser to play
Play online
Wordled can also be played online at wordled.online
Languages used
Javascript, CSS, HTML