File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ ### @flyoutOnly true
2+ ### @hideIteration true
3+ ### @explicitHints true
4+
5+ # Crafting Sticks
6+
7+ ## Step 1
8+ Train the agent on how to craft sticks
9+
10+ #### ~ tutorialhint
11+ Stick Pattern
12+ ![ Craft Stick] ( https://raw.githubusercontent.com/ReWrite-Media/makecode/master/blocks/hai2025/img/stick_crafting.png " Craft Stick ")
13+
14+ ``` ghost
15+ hai.craftWith()
16+ hai.craftWith(hai.wood())
17+ hai.crafting(hai.craftingPattern(`
18+ ...
19+ ...
20+ ...`))
21+ hai.crafting(hai.pocketcraftingPattern(`
22+ ..
23+ ..`))
24+ ```
25+
26+ ``` template
27+ hai.craftWith(hai.ghostBlock())
28+ hai.crafting(hai.craftingPattern(`
29+ ...
30+ ...
31+ ...`))
32+ ```
33+
34+
35+
36+
37+ ``` package
38+ hai2025-ts=github:ReWrite-Media/hai2025-ts#v0.0.65
39+ ```
Original file line number Diff line number Diff line change 111111 " blocks/hai2025/crafting_all.md" ,
112112 " blocks/hai2025/crafting2.md" ,
113113 " blocks/hai2025/crafting3.md" ,
114- " blocks/hai2025/crafting_test2 .md"
114+ " blocks/hai2025/craftingtest1 .md"
115115 ],
116116 "testFiles" : [],
117117 "targetVersions" : {
You can’t perform that action at this time.
0 commit comments