Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Box3JS-NeoForge-1.21.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ npm run build # 输出 dist/app.js

[API 总览 →](docs/api/README.md) ([English](docs/api/README_en.md))

## 教程

从零基础到完整小游戏,手把手教你用 Box3JS 写脚本:

1. [从零开始](docs/tutorial/01-basics.md) — 创建项目、控制台、聊天命令、定时器
2. [玩家与物品](docs/tutorial/02-player-items.md) — 传送、飞行、背包、自定义物品
3. [事件与实体](docs/tutorial/03-events-entities.md) — 事件回调、实体生成/AI、计分板、队伍
4. [高级游戏系统](docs/tutorial/04-advanced-systems.md) — BossBar、粒子、烟花、世界边界、PvP 竞技场
5. [实用示例集](docs/tutorial/05-examples.md) — 传送系统、防破坏、波次刷怪、赛跑、捉迷藏等

## 命令

[命令详细参考 →](docs/api/commands.md) ([English](docs/api/commands_en.md))
Expand Down
10 changes: 10 additions & 0 deletions Box3JS-NeoForge-1.21.1/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ Back in game and enable it:

[API Overview →](docs/api/README.md) ([English](docs/api/README_en.md))

## Tutorials

Step-by-step guides from basics to full mini-games:

1. [Getting Started](docs/tutorial/01-basics.md) — Project setup, console, chat commands, timers
2. [Players & Items](docs/tutorial/02-player-items.md) — Teleport, flight, inventory, custom items
3. [Events & Entities](docs/tutorial/03-events-entities.md) — Event callbacks, entity spawn/AI, scoreboards, teams
4. [Advanced Systems](docs/tutorial/04-advanced-systems.md) — BossBar, particles, fireworks, world border, PvP arena
5. [Example Collection](docs/tutorial/05-examples.md) — Teleport, anti-grief, wave mobs, race checkpoints, hide-and-seek etc.

## Commands

[Full Command Reference →](docs/api/commands.md) ([English](docs/api/commands_en.md))
Expand Down
1,146 changes: 1,146 additions & 0 deletions Box3JS-NeoForge-1.21.1/docs/BOX3_API_COMPARISON.md

Large diffs are not rendered by default.

Loading
Loading