snake/idea.km
2024-07-14 00:10:48 +08:00

115 lines
4.0 KiB
Plaintext

{
"root": {
"data": {
"id": "d2oi0jx7h6o0",
"created": 1720882729134,
"text": "Astar贪吃蛇"
},
"children": [
{
"data": {
"id": "d2oi1r6uoww0",
"created": 1720882823319,
"text": "游戏本体(Pygame)",
"layout_mind_offset": {
"x": -29,
"y": 1
}
},
"children": [
{
"data": {
"id": "d2oi2k2ygw00",
"created": 1720882886210,
"text": "蛇",
"expandState": "expand",
"layout_right_offset": {
"x": 8,
"y": -54
}
},
"children": [
{
"data": {
"id": "d2oi21ezqoo0",
"created": 1720882845579,
"text": "如何表示蛇"
},
"children": []
},
{
"data": {
"id": "d2oi2vcyync0",
"created": 1720882910760,
"text": "蛇如何移动"
},
"children": []
},
{
"data": {
"id": "d2oi30i8aj40",
"created": 1720882921962,
"text": "如何判定游戏结束?"
},
"children": []
}
]
},
{
"data": {
"id": "d2oi3jwwljc0",
"created": 1720882964209,
"text": "食物"
},
"children": [
{
"data": {
"id": "d2oi3vw1ujc0",
"created": 1720882990278,
"text": "如何生成食物"
},
"children": []
}
]
},
{
"data": {
"id": "d2oi7hsyoao0",
"created": 1720883273073,
"text": "界面"
},
"children": []
}
]
},
{
"data": {
"id": "d2oijamyvjc0",
"created": 1720884197843,
"text": "游戏玩法"
},
"children": [
{
"data": {
"id": "d2oi4mwhxi80",
"created": 1720883049078,
"text": "自动(A*寻路算法)"
},
"children": []
},
{
"data": {
"id": "d2oijfl72io0",
"created": 1720884208620,
"text": "手动"
},
"children": []
}
]
}
]
},
"template": "default",
"theme": "snow",
"version": "1.4.43"
}