Skip to content

Commit

Permalink
feat: new words
Browse files Browse the repository at this point in the history
  • Loading branch information
willuhmjs authored Jan 5, 2024
1 parent ad3ac8c commit c1d94e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/lib/data/words.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,28 @@ const words: Word[] = [
'I separate and restrict the movement of people who may have been exposed to a contagious illness.'
],
difficulty: 'medium'
},
{
word: 'chocolate',
hintDb: [
'I am usually brown in color.',
'I am a type of food.',
'I am a sweet and delicious treat.',
'I come from the seeds of a tropical tree.',
'I can be used to make cakes, cookies, and candies.'
],
difficulty: 'easy'
},
{
word: 'pyramid',
hintDb: [
'I come from an ancient civilization.',
'I have a triangular shape.',
'I can be found in Egypt, Mexico, and Tennessee.',
'I am a type of structure.',
'I am a monumental tomb for pharaohs or kings.'
],
difficulty: 'easy'
}
];

Expand Down

0 comments on commit c1d94e7

Please sign in to comment.