Files
paia-hw3/levels/template.json
2023-11-09 16:23:39 +08:00

10 lines
165 B
JSON

{
"time_to_play": 300,
"playground_w":100,
"playground_h":200,
"score_to_pass": 10,
"good_food_count": [3,0,0],
"bad_food_count": [0,0,0],
"fish": 0
}