| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-05 | Automatically convert guess to lowercase | Saksham Mittal | |
| 2022-04-05 | Remove validateinput() and just check if guess is in wordlist | Saksham Mittal | |
| 2022-04-03 | Fix wrong argument being taken in checkAnswer() | Saksham Mittal | |
| 2022-04-03 | Reduce variables passed to checkAnswer() | Saksham Mittal | |
| 2022-04-03 | Get random word from word list, clean up code to work with async | Saksham 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-03 | Restructure script.js to be more logically consistent | Saksham Mittal | |
| 2022-04-03 | Add indicator for word length | Saksham Mittal | |
| 2022-04-03 | Set character limit in text box | Saksham Mittal | |
| 2022-04-02 | Fix formatting | Saksham Mittal | |
| 2022-04-02 | Remove debug console.log() call | Saksham Mittal | |
| 2022-04-02 | Add limited tries | Saksham Mittal | |
| 2022-04-02 | Streamline display code to be more concise and readable | Saksham Mittal | |
| 2022-04-02 | Make guess highlighting run regardless of right or wrong guess | Saksham Mittal | |
| 2022-04-02 | Give feedback on guess by color coding each letter | Saksham Mittal | |
| 2022-04-02 | Add attempt counter and disable further play if won | Saksham Mittal | |
| 2022-04-02 | Initial commit | Saksham Mittal | |
| Basic webpage is setup with the ability to print the 5 letter word that a user types into the text box | |||
