Skip to content

Commit 2379bd1

Browse files
committed
trying something
1 parent 887a8fc commit 2379bd1

2 files changed

Lines changed: 116 additions & 13 deletions

File tree

Lines changed: 116 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,117 @@
11
export const WORD_DATABASE = [
2-
"After", "Again", "Against", "Age", "All", "Alone", "Also", "And", "Ask", "At",
3-
"Be", "Beautiful", "Before", "Best", "Better", "Busy", "But", "Bye", "Can", "Cannot",
4-
"Change", "College", "Come", "Computer", "Day", "Distance", "Do", "Do Not", "Does Not",
5-
"Eat", "Engineer", "Fight", "Finish", "From", "Glitter", "Go", "God", "Gold", "Good",
6-
"Great", "Hand", "Hands", "Happy", "Hello", "Help", "Her", "Here", "His", "Home",
7-
"Homepage", "How", "Invent", "It", "Keep", "Language", "Laugh", "Learn", "ME", "More",
8-
"My", "Name", "Next", "Not", "Now", "Of", "On", "Our", "Out", "Pretty", "Right",
9-
"Sad", "Safe", "See", "Self", "Sign", "Sing", "So", "Sound", "Stay", "Study",
10-
"Talk", "Television", "Thank", "Thank You", "That", "They", "This", "Those",
11-
"Time", "To", "Type", "Us", "Walk", "Wash", "Way", "We", "Welcome", "What",
12-
"When", "Where", "Which", "Who", "Whole", "Whose", "Why", "Will", "With",
13-
"Without", "Words", "Work", "World", "Wrong", "You", "Your", "Yourself"
14-
];
2+
"After",
3+
"Again",
4+
"Against",
5+
"Age",
6+
"All",
7+
"Alone",
8+
"Also",
9+
"And",
10+
"Ask",
11+
"At",
12+
"Be",
13+
"Beautiful",
14+
"Before",
15+
"Best",
16+
"Better",
17+
"Busy",
18+
"But",
19+
"Bye",
20+
"Can",
21+
"Cannot",
22+
"Change",
23+
"College",
24+
"Come",
25+
"Computer",
26+
"Day",
27+
"Distance",
28+
"Do",
29+
"Do Not",
30+
"Does Not",
31+
"Eat",
32+
"Engineer",
33+
"Fight",
34+
"Finish",
35+
"From",
36+
"Glitter",
37+
"Go",
38+
"God",
39+
"Gold",
40+
"Good",
41+
"Great",
42+
"Hand",
43+
"Hands",
44+
"Happy",
45+
"Hello",
46+
"Help",
47+
"Her",
48+
"Here",
49+
"His",
50+
"Home",
51+
"Homepage",
52+
"How",
53+
"Invent",
54+
"It",
55+
"Keep",
56+
"Language",
57+
"Laugh",
58+
"Learn",
59+
"Me",
60+
"More",
61+
"My",
62+
"Name",
63+
"Next",
64+
"Not",
65+
"Now",
66+
"Of",
67+
"On",
68+
"Our",
69+
"Out",
70+
"Pretty",
71+
"Right",
72+
"Sad",
73+
"Safe",
74+
"See",
75+
"Self",
76+
"Sign",
77+
"Sing",
78+
"So",
79+
"Sound",
80+
"Stay",
81+
"Study",
82+
"Talk",
83+
"Television",
84+
"Thank",
85+
"Thank You",
86+
"That",
87+
"They",
88+
"This",
89+
"Those",
90+
"Time",
91+
"To",
92+
"Type",
93+
"Us",
94+
"Walk",
95+
"Wash",
96+
"Way",
97+
"We",
98+
"Welcome",
99+
"What",
100+
"When",
101+
"Where",
102+
"Which",
103+
"Who",
104+
"Whole",
105+
"Whose",
106+
"Why",
107+
"Will",
108+
"With",
109+
"Without",
110+
"Words",
111+
"Work",
112+
"World",
113+
"Wrong",
114+
"You",
115+
"Your",
116+
"Yourself",
117+
];

0 commit comments

Comments
 (0)