about summary refs log tree commit diff
path: root/script.js
AgeCommit message (Collapse)Author
2024-03-08Implement guessable list (larger than solutions list)Zach DeCook
2024-03-08Stay safe from NYTZach DeCook
2022-04-05Remove letterinstr()Saksham Mittal
2022-04-05Automatically convert guess to lowercaseSaksham Mittal
2022-04-05Remove validateinput() and just check if guess is in wordlistSaksham Mittal
2022-04-03Fix wrong argument being taken in checkAnswer()Saksham Mittal
2022-04-03Reduce variables passed to checkAnswer()Saksham Mittal
2022-04-03Get random word from word list, clean up code to work with asyncSaksham Mittal
There is still a lot of work left to do, particularly with variables being passed to certain functions. No code exists right now where entry by user is checked against the loaded word list.
2022-04-03Restructure script.js to be more logically consistentSaksham Mittal
2022-04-03Add indicator for word lengthSaksham Mittal
2022-04-03Set character limit in text boxSaksham Mittal
2022-04-02Fix formattingSaksham Mittal
2022-04-02Remove debug console.log() callSaksham Mittal
2022-04-02Add limited triesSaksham Mittal
2022-04-02Streamline display code to be more concise and readableSaksham Mittal
2022-04-02Make guess highlighting run regardless of right or wrong guessSaksham Mittal
2022-04-02Give feedback on guess by color coding each letterSaksham Mittal
2022-04-02Add attempt counter and disable further play if wonSaksham Mittal
2022-04-02Initial commitSaksham Mittal
Basic webpage is setup with the ability to print the 5 letter word that a user types into the text box