haydenclev / fallout-hacking-minigame

MIT License
0 stars 1 forks source link

Remove text input and replace with animation #24

Open haydenclev opened 2 months ago

haydenclev commented 2 months ago

Remove the text based input field and replace with typing animation that displays hovered word or cheat code.

haydenclev commented 2 months ago

Also update the UserInput.tsx file to read the WORD_LEN and NUM_WORDS values from global context within the "addGuessInputHandling" function rather than passing them in as arguments.