InternBootcamp/examples/pipelines/puzzle_configs/korPuzzleWordSearch_test.json
2025-05-23 15:27:15 +08:00

34 lines
No EOL
555 B
JSON
Executable file

[
{
"grid_size": 20,
"word_list": [
"PYTHON",
"JAVASCRIPT",
"HTML",
"CSS",
"SQL",
"RUBY"
]
},
{
"grid_size": 10,
"word_list": [
"COMPUTER",
"PROGRAM",
"ALGORITHM"
]
},
{
"grid_size": 8,
"word_list": [
"SUN",
"MOON",
"STARS",
"PLANET"
]
},
{
"grid_size": 13,
"word_list": null
}
]