word-snatchers-cli
Version:
A console game which target is unscramble the letters to spell out a word fitting the given definition
33 lines (32 loc) • 1.03 kB
JSON
{
"items": [
{
"definition": "a vehicle used to carry a body in a coffin to a funeral",
"word": "hearse"
},
{
"definition": "a small present, usually not expensive, that is given to you by someone so that you will remember that person",
"word": "keepsake"
},
{
"definition": "a piece of leather or rope that is fastened to a stick, used for hitting animals or people:",
"word": "whip"
},
{
"definition": "one or more reasons for believing that something is or is not true",
"word": "evidence"
},
{
"definition": "a feeling of sadness or sympathy for someone else's unhappiness or difficult situation",
"word": "pity"
},
{
"definition": "(something or someone that gives) great pleasure, satisfaction, or happiness",
"word": "delight"
},
{
"definition": "to speak very quietly, using the breath but not the voice, so that only the person close to you can hear you",
"word": "whisper"
}
]
}