Commit graph

114 commits

Author SHA1 Message Date
Khemarato Bhikkhu
460ec8facd Make keys buttons 2022-01-23 15:31:27 +07:00
Khemarato Bhikkhu
3024a19b69 Fix #42 2022-01-22 14:17:02 +07:00
Samuel Rey
3723c18616 prevent typing after winning 2022-01-22 01:02:51 +01:00
Hannah Park
58497a6b9f
Update README.md 2022-01-21 17:49:00 -05:00
Hannah Park
e57e1cc391 refactor stats 2022-01-20 21:19:33 -05:00
Hannah Park
4aa84f25e1
Merge pull request #34 from rbrignall/main
Capture not enough letters in guess
2022-01-20 19:49:46 -05:00
Hannah Park
d8dfee1e80
Merge branch 'main' into main 2022-01-20 19:49:17 -05:00
Hannah Park
3f07e40ae3
Merge pull request #33 from jnsturgis/main
A stats dialog to keep track of your record
2022-01-20 19:47:22 -05:00
Hannah Park
aa51a486e4
Update src/components/statline/statline.tsx 2022-01-20 19:46:36 -05:00
rbrignall
f77d7530a3 Capture note enough letters in guess 2022-01-20 23:16:27 +00:00
jnsturgis
fdd948cf37 Add unique keys to avoid warning 2022-01-20 20:17:28 +01:00
James Sturgis
ce1404fc26
Update src/components/histogram/progress.tsx
Co-authored-by: Hannah Park <70654324+hannahcode@users.noreply.github.com>
2022-01-20 17:24:00 +01:00
James Sturgis
397b232ba1
Update src/components/histogram/histogram.tsx
Co-authored-by: Hannah Park <70654324+hannahcode@users.noreply.github.com>
2022-01-20 17:23:51 +01:00
James Sturgis
e1bde966bc
Merge branch 'hannahcode:main' into main 2022-01-19 20:09:27 +01:00
Hannah Park
d6de70168e
Merge pull request #29 from tcuc/dockerize
Dockerize
2022-01-19 11:20:45 -05:00
James
32a3fc268e With working stats modal 2022-01-19 11:31:08 +01:00
Thor
cd1a4ccaf3
assume dir context is in repo top level
for Pullrequest #29
https://github.com/hannahcode/wordle/pull/29
2022-01-19 05:57:42 +01:00
James
d9d033fe46 Merge branch 'main' of github.com:jnsturgis/wordle into main 2022-01-18 23:27:30 +01:00
James
e30093cd57 Part 1 of dialog OK need histogram 2022-01-18 23:24:22 +01:00
James
fc19abbdf4 Logic and maths working need interface 2022-01-18 18:45:02 +01:00
James
d58fe922fc Oops an error 2022-01-18 15:36:03 +01:00
James
a9318f792c Stats object need dialog and save/restore 2022-01-18 15:34:52 +01:00
James
d617be67ac Adding a stats dialog and persistent data storage and recovery 2022-01-18 11:45:25 +01:00
Hannah Park
2de2d07fa8
Merge pull request #30 from jnsturgis/main
Added x button to modal dialogs Issue #20
2022-01-17 20:17:40 -05:00
James
8fc56f011b Added x button to modal dialogs Issue #20 2022-01-17 23:41:46 +01:00
tcuc
13e0663c0c add dockerfile, and build instuctions 2022-01-17 19:43:05 +01:00
Hannah Park
da01ac10bb
Merge pull request #18 from gbear605/open-win-modal-on-page-load
Display WinModal on page load
2022-01-16 22:59:04 -05:00
gbear605
5961723d23 Merge branch 'main' of git://github.com/hannahcode/wordle into open-win-modal-on-page-load 2022-01-16 21:22:48 -05:00
Hannah Park
26a6fb0ce9
Merge pull request #15 from HaithamLeo/enhancements
enhancement: apply prettier for automatic code formatting
2022-01-16 20:01:57 -05:00
gbear605
217f3d8434 Display WinModal on page load 2022-01-16 19:50:52 -05:00
haithamleo
409afb2b7d enhancement: apply prettier 2022-01-16 15:11:27 +04:00
Hannah Park
c8e415c737 fix local storage issue 2022-01-15 20:39:02 -05:00
Hannah Park
b68617ef30 Merge branch 'main' of github.com:hannahcode/wordle 2022-01-14 22:06:07 -05:00
Hannah Park
0ad35f44d6 add local storage, change alerts, add share functionality 2022-01-14 22:05:57 -05:00
Hannah Park
af23046f6b
Update README.md 2022-01-14 21:29:48 -05:00
Hannah Park
62a382aa6f
Merge pull request #11 from pip8786/keyboard-input
Adding keyboard input for the game
2022-01-14 21:25:03 -05:00
Philippe Sabourin
e621515360 Adding keyboard input for the game 2022-01-14 16:44:25 -05:00
Hannah Park
26df4881ea Merge branch 'develop' 2022-01-14 15:39:29 -05:00
Hannah Park
55b3da3d32 update is word in word list logic to include new valid guesses 2022-01-14 15:35:20 -05:00
Hannah Park
519b67e660 update title in metadata and add additional word list 2022-01-14 15:28:40 -05:00
Hannah Park
8064e4a3b4
Merge pull request #9 from curtis-code/patch-1
✏️ Update npm install instructions
2022-01-14 14:55:05 -05:00
Curtis Timson
7a085edcd5
✏️ Update install instructions 2022-01-14 17:45:53 +00:00
Hannah Park
20c119e4fe
Merge pull request #5 from TarunavBA/patch-1
Fix(docs) : add bash style syntax highlighting
2022-01-12 12:26:15 -05:00
Tarunav BA ⚡
d4013a0b36
Fix(docs) : add bash style syntax highlighting 2022-01-12 12:57:48 +05:30
Hannah Park
b851abf35c
Merge pull request #4 from craigp1231/main
Fixing letter L in the word
2022-01-11 19:32:15 -05:00
Craig Phillips
a354d41c94 Fixing letter L in the word 2022-01-11 23:55:47 +00:00
Hannah Park
15bade98c1
Merge pull request #2 from hannahcode/add-license-1
Create LICENSE
2022-01-10 15:09:27 -05:00
Hannah Park
8c538ecada
Create LICENSE 2022-01-10 15:08:24 -05:00
Hannah Park
000bd3b0ff
Update README.md 2022-01-10 10:52:10 -05:00
Hannah Park
ee22aface7 update readme 2022-01-10 10:21:40 -05:00