Skip to content

Monty/wordled

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordled

A word game similar to Wordle, but with five different word lists. It chooses a new random word each time, so you can play as often as you like, not just once per day. There is no social media posting or score keeping, just fun and Wordle skill building.

The word lists are in the file assets/js/answers.js. The default contains over 1000 common words. The simplest contains 100 words suitable for young children with a limited vocabulary. The most difficult contains over 13,000 words. You can even add your own list by following the "add a difficulty level" instructions in assets/js/game.js

You can play it online at https://monty.github.io/wordled/

You can play it on your computer even with no internet connection. Simply open the index.html file in any browser to play.

Background

I started with code from @ozboware, who since added a lot of features I chose to leave out. You can play his version online at wordled.online.

Game board

Wordled Game Board

About

A Wordle based game made in Javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.1%
  • HTML 0.6%