paia-hw3/levels/template.json

11 lines
153 B
JSON

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