Implementation of Wordle on the Basys 3 board using Verilog and Pmod OLEDrgb 96 x 64 display, playable with a mouse.
- Connect Pmod display to JC port and a mouse to the USB port.
- Turn on the on-board switches 10 and 13.
- Goal: guess the correct 5 letter word
- Cursor is the small red square
- Use the mouse to select the current square by left-clicking, which is highlighted in orange
- Use the scroll wheel to set the letter in the current square (scroll down to go to next letter, scroll up to go to previous letter)
- Left-click on green tick to submit guess
- Squares in green indicate the letter is in the correct position, squares in yellow indicate the letter is in that word but not that position
- Repeat till win by correct guess or loss by running out of guesses, after which you can see the correct answer
- Left-click on blue restart button to restart

