some of these are completed, others are up to you
- you provide five char guesses
- each guess must be a word
- when you press enter,
- board
- you see the status of your last guess
- letters that are in wrong places are yellow
- missing letters are grey
- correct guesses + positions are green
- shake the active row on word we don't know
- you see the status of your last guess
- keyboard
- reflects same data
- third row is enter [...] backspace
- you can still input by typing
- when you press enter, each letter animates into rotating from black to grey one
- you only see past + active attempt
- if you make too many attempts you probably die
- initial visual state
- all rows are empty
- as i fill out my guess, background is black
- filled out cells have slight border highight
- board
Hey Dan, I stole your code and tried to improve the UI a bit.
Of course the code wasn't thought to be the best, but it's functional.
Also, I added more words.
Now, I don't need to wait until tomorrow to play this nice game, thanks man!