word-snatchers-cli
Version:
A console game which target is unscramble the letters to spell out a word fitting the given definition
25 lines (24 loc) • 580 B
JSON
{
"items": [
{
"definition": "a large, thick piece, especially of food",
"word": "hunk"
},
{
"definition": "a large number or range; a lot",
"word": "raft"
},
{
"definition": "a long box in which the body of a dead person is buried or burned",
"word": "coffin"
},
{
"definition": "to speak too proudly about what you have done or what you own",
"word": "brag"
},
{
"definition": "a particular time, especially when something happens or has happened",
"word": "occasion"
}
]
}