Wordle Clone

by Colton Bewley

( Reworked for Discrete Mathematics Project )

~This was made using HTML, CSS, and JavaScript~

~The website is hosted using Github~

~The code borrows the word list directly from the Wordle source code~

~This is a link to a google doc containing the source code

W
U
R
D
L

How to Play

- The goal of the game is to guess a 5 letter word.

- Enter a 5 letter word inside the text box under the grid and hit the "enter" key.

- If the letter turns green, then that letter is in the word at that exact position.

- If a letter turns yellow, then that letter is in the word at a different position.

- If a letter turns grey, then that letter is not in the word at all.

- You have 6 guesses.

- To reset, type in "res" and hit the "enter" key. This will generate a new word.