Skip to content

Clone of Wordle game based on tutorial from Web Dev Simplified

Notifications You must be signed in to change notification settings

Johnsonisaacn/Wordle_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle_clone

Clone of Wordle game based on tutorial from Web Dev Simplified This program generates a game similar to the popular game Wordle using 1 html file, 1 css file, and 1 javascript file. Game can be played in a browser such as Firefox by having these 3 files in the same folder location and opening the index.html file. The object of the game is to guess the 5-letter word of the day in 6 guesses or fewer. image

The user can enter and edit letters to guess the word using their keyboard or the on-screen keyboard. They can also enter their guess using their keyboard or the on-screen version. Letters used in guesses that don't appear in the word of the day will become darkened on the on-screen keyboard, while letters that are in the word of the day but not in the correct place will become yellow in the keyboard and guess grid. image

When the user guesses a correct letter in the correct location, that letter will become green on the keyboard and guess grid. image

If the user guesses the correct word within 6 guesses, all 5 letters of the word will appear green and dance! image

About

Clone of Wordle game based on tutorial from Web Dev Simplified

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published