Still waiting for the New York Times to send me a bogus takedown notice
Commits
better list
Zach DeCook committed 2024-03-08
README: rewrite
Zach DeCook committed 2024-03-08
Stay safe from NYT
Zach DeCook committed 2024-03-08
Remove letterinstr()
Saksham Mittal committed 2022-04-05
Automatically convert guess to lowercase
Saksham Mittal committed 2022-04-05
Create LICENSE
Saksham Mittal committed 2022-04-03
Change title to Wordle Clone
Saksham Mittal committed 2022-04-03
Update README.md
Saksham Mittal committed 2022-04-03
Fix wrong argument being taken in checkAnswer()
Saksham Mittal committed 2022-04-03
Reduce variables passed to checkAnswer()
Saksham Mittal committed 2022-04-03
Restructure script.js to be more logically consistent
Saksham Mittal committed 2022-04-03
Add indicator for word length
Saksham Mittal committed 2022-04-03
Add no js warning
Saksham Mittal committed 2022-04-03
Set character limit in text box
Saksham Mittal committed 2022-04-03
Place text box at bottom
Saksham Mittal committed 2022-04-03
Fix formatting
Saksham Mittal committed 2022-04-02
Remove debug console.log() call
Saksham Mittal committed 2022-04-02
Add limited tries
Saksham Mittal committed 2022-04-02
Add README.md
Saksham Mittal committed 2022-04-02
Streamline display code to be more concise and readable
Saksham Mittal committed 2022-04-02
Give feedback on guess by color coding each letter
Saksham Mittal committed 2022-04-02
Add attempt counter and disable further play if won
Saksham Mittal committed 2022-04-02
Initial commit
Saksham Mittal committed 2022-04-02