
A word guessing game built on an Arduino Uno. The game is played by guessing a 5-letter word in 6 guesses. The game uses a 16x2 LCD screen to display the player's guesses. Using the three buttons, the user can input a word and submit their guess. If the word is incorrect, the LCD screen will display hints about which letters were correct and which letters were in the wrong position. The program comes with a word bank of 50 words, but the user can also input a custom word for his or her friends to guess.


