hikkaku
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHikkaku Best Practices
Hikkaku 最佳实践
This document provides best practices for using Hikkaku to create Scratch projects with TypeScript. Follow these guidelines to ensure your projects are well-structured and maintainable.
本文档提供了使用Hikkaku通过TypeScript创建Scratch项目的最佳实践。遵循这些准则可确保你的项目结构清晰且易于维护。
SKILL Structure
SKILL 结构
- : Contains individual rules or guidelines for using Hikkaku effectively.
rules/- : Guidelines for initializing Hikkaku projects.
initialization.md - : Guidelines for using specific blocks in Hikkaku.
blocks/*.md- e.g., ,
control.md,data.md, etc.motion.md
- e.g.,
- : Guidelines for using clones in Hikkaku.
clone.md - : Guidelines for creating and using custom blocks.
custom-blocks.md - : Performance rules for 100% pen-rendered projects.
pen-100.md - : Guidelines for implementing 2d physics in Scratch projects.
physics.md - : Rules for positioning systems in Scratch projects.
positioning.md - : General usage guidelines for Hikkaku.
usage.md - : Rules for using variables and lists in Hikkaku.
variable.md
- : 包含有效使用Hikkaku的各项规则或准则。
rules/- : Hikkaku项目初始化准则。
initialization.md - : Hikkaku中特定积木的使用准则。
blocks/*.md- 例如:、
control.md、data.md等。motion.md
- 例如:
- : Hikkaku中克隆功能的使用准则。
clone.md - : 自定义积木的创建与使用准则。
custom-blocks.md - : 100%使用画笔渲染的项目性能规则。
pen-100.md - : Scratch项目中2D物理效果的实现准则。
physics.md - : Scratch项目中的定位系统规则。
positioning.md - : Hikkaku的通用使用准则。
usage.md - : Hikkaku中变量与列表的使用规则。
variable.md