Skip to content

๐Ÿ–‹๏ธ Wordle-like game created with JS/HTML/CSS

Notifications You must be signed in to change notification settings

mtnleo/wordlent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wordlen't

๐Ÿ’ก Wordln't is a Wordle-like game created with vanilla JS/HTML/CSS

๐Ÿ” Guess the mystery word in 6 guesses or less to win.

image

๐Ÿคท How to play?

โšช Means the letter is not in the word

๐ŸŸก Means the letter is in the word but in a different position

๐ŸŸข Means the letter is in the word in that exact position!

๐Ÿ”ด Means the word is not contemplated in-game

Functionality

๐Ÿ’ญ It used to implement an API model to retrieve the words but a simple txt with the words choosing randomly did it, so there was no need to further complicate the functionality.

Credits

๐Ÿ™ Words credit: CFreshman on GitHub: <script src="https://gist.github.com/cfreshman/a7b776506c73284511034e63af1017ee.js"