# docs **Repository Path**: bian-shikun_admin/docs ## Basic Information - **Project Name**: docs - **Description**: OpenBlock 手册 和 内置API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-03-02 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 官方仓库[gitee.com/openblock](https://gitee.com/openblock) 在线编辑器地址[openblock.gitee.io]( https://openblock.gitee.io/) [多宿主语言、跨平台平部署的开源图形化脚本语言-OpenBlock](https://mp.weixin.qq.com/s/tzFbHB9-ze6RihwnuuLLpg) [开源项目OpenBlock:0基础教你复刻一款经典游戏](http://t.elecfans.com/v/23162.html) OpenBlock 手册 和 内置API [openblock.gitee.io/docs](https://openblock.gitee.io/docs/) **软件架构** 文档全部内容基于md完成,浏览器中可以通过index.html检索md内容。 **参与贡献** Fork 本仓库 新建 Feat_xxx 分支 提交代码 新建 Pull Request ## 目录 ### 1----[OpenBlock是什么](manual/1_快速上手/0_OpenBlock设计理念.md) ### 2----[快速上手OpenBlock](manual/1_快速上手/1_快速上手.md) ### 3----[安装Openblock](manual/1_快速上手/2_安装.md) ### 4----[数据库](manual/1_快速上手/6_数据库.md) ### 5----[跳一跳游戏制作](manual/1_快速上手/5_跳一跳.md) ## 名词解释 ### [什么是作用域](manual/2_教程/什么是作用域.md) ### [什么是数据结构](manual/2_教程/什么是数据结构.md) ## Demo样例 ### 1--[文本合成](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/text.json%22%7D) ### 2--[文本连接](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/text_join/project.json%22%7D) ### 3--[门的状态切换](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/fsm-door.json%22%7D) ### 4--[状态机通信](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/pingpong/project.json%22%7D) ### 5--[附加数据](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/messageArgument/project.json%22%7D) ### 6--[彩色矩形和文字移动](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/fillRect/colorRect.json%22%7D) ### 7--[实心矩形动画](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/fillRect/fillRect.json%22%7D) ### 8--[函数(上)](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/function.json%22%7D) ### 9--[函数(下)](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/%E5%87%BD%E6%95%B0%E8%B0%83%E7%94%A8.json%22%7D) ### 11--[状态切换](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/changeState.json%22%7D) ### 12--[Excel导入数据绘制柱状图](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/chart/project.json%22%7D) ### 13--[Excel导入数据绘制散点图](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/chart1/project.json%22%7D) ### 14--[延迟消息(控制台日志)](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/delayPrint/project.json%22%7D) ### 15--[跳一跳(半成品)](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/jump.json%22%7D) ### 16--[Canvas坐标](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/Canvas%E5%9D%90%E6%A0%87.json%22%7D) ### 17--[19国GDP、人口和人均寿命变化可视化](https://openblock.gitee.io/openblock/frontpage/index.html#%7B%22proj%22:%22/testing/canvas/life-expectancy/project.json%22%7D)