Zach's git repos
/
purple
Still waiting for the New York Times to send me a bogus takedown notice
main
27
Commits
1
Branch
0
Tags
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with IntelliJ IDEA
Commits
better list
Zach DeCook committed
2024-03-08
bba3379
README: rewrite
Zach DeCook committed
2024-03-08
be58c5d
Implement guessable list (larger than solutions list)
Zach DeCook committed
2024-03-08
f2270bb
Stay safe from NYT
Zach DeCook committed
2024-03-08
3502110
Remove letterinstr()
Saksham Mittal committed
2022-04-05
560124a
Automatically convert guess to lowercase
Saksham Mittal committed
2022-04-05
3a2471f
Remove validateinput() and just check if guess is in wordlist
Saksham Mittal committed
2022-04-05
e280212
Create LICENSE
Saksham Mittal committed
2022-04-03
9379b7d
Change title to Wordle Clone
Saksham Mittal committed
2022-04-03
8875030
Update README.md
Saksham Mittal committed
2022-04-03
8fc5682
Fix wrong argument being taken in checkAnswer()
Saksham Mittal committed
2022-04-03
de1d72a
Reduce variables passed to checkAnswer()
Saksham Mittal committed
2022-04-03
dc11c74
Get random word from word list, clean up code to work with async
Saksham Mittal committed
2022-04-03
44b8cc5
Restructure script.js to be more logically consistent
Saksham Mittal committed
2022-04-03
19baa3e
Add indicator for word length
Saksham Mittal committed
2022-04-03
54348b4
Add no js warning
Saksham Mittal committed
2022-04-03
f430471
Set character limit in text box
Saksham Mittal committed
2022-04-03
d065869
Place text box at bottom
Saksham Mittal committed
2022-04-03
f0b0173
Fix formatting
Saksham Mittal committed
2022-04-02
088e0f3
Remove debug console.log() call
Saksham Mittal committed
2022-04-02
ef2f28d
Add limited tries
Saksham Mittal committed
2022-04-02
4a172ea
Add README.md
Saksham Mittal committed
2022-04-02
0d25f3c
Streamline display code to be more concise and readable
Saksham Mittal committed
2022-04-02
e7f1f2a
Make guess highlighting run regardless of right or wrong guess
Saksham Mittal committed
2022-04-02
0827fdf
Give feedback on guess by color coding each letter
Saksham Mittal committed
2022-04-02
683863f
Add attempt counter and disable further play if won
Saksham Mittal committed
2022-04-02
991fb11
Initial commit
Saksham Mittal committed
2022-04-02
fda6bdf