From f341d535e2611405674cc414ee302f791187f51f Mon Sep 17 00:00:00 2001 From: Syo Date: Sun, 17 Apr 2022 10:37:20 +0800 Subject: [PATCH] =?UTF-8?q?First=20Commit=EF=BC=9A=E7=94=A8Godot=20Engine?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=9C=89=E4=B8=80=E4=B8=AAFlappyBird?= =?UTF-8?q?=E5=B0=8F=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config.json" | 2 +- .../flappybird_godot.json" | 4 +-- .../flappybird_godot.md" | 0 .../test/ball.gif" | Bin .../test/ball_game.gif" | Bin .../test/game.py" | 0 .../config.json" | 2 +- data/tree.json | 28 ++++++++++++------ 8 files changed, 23 insertions(+), 13 deletions(-) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/config.json" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/config.json" (94%) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.json" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.json" (63%) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.md" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.md" (100%) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball.gif" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball.gif" (100%) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball_game.gif" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball_game.gif" (100%) rename "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/game.py" => "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/game.py" (100%) diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/config.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/config.json" similarity index 94% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/config.json" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/config.json" index 4256cb5..e1e71f2 100644 --- "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/config.json" +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/config.json" @@ -18,7 +18,7 @@ } ], "export": [ - "helloworld.json" + "flappybird_godot.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.json" similarity index 63% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.json" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.json" index 81ac0df..5107afb 100644 --- "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.json" +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.json" @@ -1,7 +1,7 @@ { "type": "code_options", - "author": "huanhuilong", - "source": "helloworld.md", + "author": "hello_tute", + "source": "flappybird_godot.md", "notebook_enable": false, "exercise_id": "c821a21bb363442eab64f0aea124f3bd" } \ No newline at end of file diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.md" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.md" similarity index 100% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/helloworld.md" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/flappybird_godot.md" diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball.gif" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball.gif" similarity index 100% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball.gif" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball.gif" diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball_game.gif" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball_game.gif" similarity index 100% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/ball_game.gif" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/ball_game.gif" diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/game.py" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/game.py" similarity index 100% rename from "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.HelloGame/test/game.py" rename to "data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/1.\347\224\250Godot Engine\345\274\200\345\217\221\344\270\200\344\270\252FlappyBird\345\260\217\346\270\270\346\210\217/test/game.py" diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/config.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/config.json" index 99595ac..be067c7 100644 --- "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/config.json" +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.\347\256\200\346\230\223\346\270\270\346\210\217/config.json" @@ -1,6 +1,6 @@ { "node_id": "game-8693485194904570b938d427a3f7e562", - "keywords": [], + "keywords": ["Godot Engine","godot","FlappyBird"], "keywords_must": [], "keywords_forbid": [] } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index a11002d..b5ba5c2 100644 --- a/data/tree.json +++ b/data/tree.json @@ -11,10 +11,14 @@ { "简易游戏": { "node_id": "game-8693485194904570b938d427a3f7e562", - "keywords": [], + "keywords": [ + "Godot Engine", + "godot", + "FlappyBird" + ], "children": [ { - "HelloGame": { + "用Godot Engine开发一个FlappyBird小游戏": { "node_id": "game-3763515eddfe4932887fd39c826f317e", "keywords": [], "children": [ @@ -29,22 +33,25 @@ "起源" ], "keywords_forbid": [], - "node_id": "game-12a897ff3a0b4568a25f810c9c100c20" + "node_id": "game-8b79c45606e74fd48485bcdca73de39e" } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -53,7 +60,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -62,11 +70,13 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } \ No newline at end of file -- GitLab