about summary refs log tree commit diff
path: root/script.js
AgeCommit message (Expand)Author
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
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