Skip to content

Commit cabb5d6

Browse files
committed
修复图片引用bug;添加展示视频
1 parent bbb1ddc commit cabb5d6

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

blog/creativecodingcourse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tages: ["CodeLab相关", "编程学习"]
1313

1414
[创意编程](https://creative-coding.codelab.club/)(Creative Coding)是 [CodeLab](https://www.codelab.club/) 围绕创意实现而设计的一门编程入门课程。创意编程使用图形化编程工具,通过拼接积木来编写程序。它围绕动画制作、故事创作、游戏设计三大主题进行设计,学习者在情境化的项目实践中理解编程的基本概念,在计算思维的框架下和媒体互动并表达创意,在 [CodeLab 社区](https://create.codelab.club/)中学习、交流,甚至找到同伴,一起探索编程的乐趣。
1515

16-
![](img/0.1-ji-mu-.png)
16+
![](/img/0.1-ji-mu-.png)
1717

1818
<!--truncate-->
1919

@@ -40,7 +40,7 @@ tages: ["CodeLab相关", "编程学习"]
4040

4141
创意编程的学习资料包含[**视频**](https://www.bilibili.com/video/BV1jT4y1K7iA)[**学习讲义**](https://creative-coding.codelab.club/),学习的时候建议两者搭配使用。
4242

43-
![](img/0.2-shi-pin-.png)
43+
![](/img/0.2-shi-pin-.png)
4444

4545
学习讲义包含以下内容:
4646

@@ -57,19 +57,19 @@ tages: ["CodeLab相关", "编程学习"]
5757

5858
创意编程围绕创意的实现和表达进行设计,在具体情境中融入编程知识,侧重点在动画、故事、游戏的创作。通过编程进行创作表达也融合在了课程设计中,视频开头、结尾和部分概念的讲解也是使用图形化编程工具制作的。
5959

60-
![](img/0.3-chuang-yi-bian-cheng-.png)
60+
![](/img/0.3-chuang-yi-bian-cheng-.png)
6161

6262
### 低门槛、宽围墙
6363

6464
创意编程使用图形化编程工具,学习者通过拼积木进行编程,容易使用和学习,结合媒体(动画、音乐)丰富的表现力,学习者可以自由探索和测试。课程涵盖了动画、故事、游戏三大主题,兼顾了不同学习者的兴趣。
6565

66-
![](img/0.4-hua-hang-.gif)
66+
![](/img/0.4-hua-hang-.gif)
6767

6868
### 学习社区
6969

7070
同伴是创作灵感和学习乐趣的来源,创意编程重视同伴的力量,为此专门构建了学习社区。课程工作室可以收集大家创作的相同主题的作品,它们是丰富的学习素材。[CodeLab 论坛](https://discuss.codelab.club/)专门开设了“[创意编程](https://discuss.codelab.club/c/8-category/32-category/32)”讨论区,供大家讨论学习过程中遇到的问题。[CodeLab 社区](https://create.codelab.club/)丰富的作品和开放的创作交流氛围为学习者进一步创作提供了支持。
7171

72-
![](img/0.5-gong-zuo-shi-.png)
72+
![](/img/0.5-gong-zuo-shi-.png)
7373

7474
## 致谢
7575

static/video_config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
2424
}
2525
],
2626
"横版视频": [
27+
{
28+
"src": "https://adapter.codelab.club/video/6919292053349106690.MP4",
29+
"title": "Neverland 2.0 原型--彩虹乐器",
30+
"id": "3",
31+
"tags": ["Neverland2"],
32+
"weight": ""
33+
},
34+
{
35+
"src": "https://adapter.codelab.club/video/legomario.MP4",
36+
"title": "Neverland 2.0 原型--真的马里奥",
37+
"id": "3",
38+
"tags": ["Neverland2"],
39+
"weight": ""
40+
},
2741
{
2842
"src": "https://adapter.codelab.club/video/1609339244644934.mp4",
2943
"title": "Neverland 2.0 原型--画个圈圈",
@@ -871,6 +885,13 @@
871885
}
872886
],
873887
"竖版视频": [
888+
{
889+
"src": "https://codelab-adapter-docs.codelab.club/video/6919292049054139390.MP4",
890+
"title": "Neverland 2.0 原型--集体演奏",
891+
"id": "52",
892+
"tags": ["机器人","物联网"],
893+
"weight": ""
894+
},
874895
{
875896
"src": "https://codelab-adapter-docs.codelab.club/video/1589960907435316.mp4",
876897
"title": "欢迎来到CodeLab(Yanshee)",

0 commit comments

Comments
 (0)