Skip to content

Commit

Permalink
Update ball.md, beets.md, farming.md, fishing.md, rails.md, ravager.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Oct 22, 2020
1 parent ce663d6 commit 768e33d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ball.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Use the ``||hoc2020:agent move||`` block to climb **up** the wall and ``||hoc202
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```
8 changes: 5 additions & 3 deletions beets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
Something keeps getting into the garden and taking beets. Have the Agent build a fence around the farm to keep out whatever is doing it.

#### ~ tutorialhint
Use the ``||hoc2020:place fence||`` block to move forward while placing fences behind the Agent.
Use the ``||hoc2020:move and place||`` block to move the Agent forward while placing fences behind.

The ``||hoc2020:turn agent||`` block will turn the Agent either left or right.

```ghost
hoc2020.buildFence(1)
hoc2020.buildFence()
hoc2020.turnAgent()
```
```template
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```
8 changes: 6 additions & 2 deletions farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
The villagers agreed to teach the illagers how to farm, but first they need farmland setup. Have the Agent replace the gravel pad with farmland.

#### ~ tutorialhint
Use the ``||hoc2020:prepare soil||`` block to move forward while replacing the gravel with tilled soil.
Use the ``||hoc2020:prepare soil||`` block to move the Agent forward while replacing the gravel with tilled soil.

The ``||hoc2020:turn agent||`` block will turn the Agent either left or right.



```ghost
hoc2020.tillSoil(1)
Expand All @@ -18,5 +22,5 @@ Use the ``||hoc2020:prepare soil||`` block to move forward while replacing the g
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```
4 changes: 3 additions & 1 deletion fishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Build the frame of a dock that's 6 blocks long and 4 blocks wide.
#### ~ tutorialhint
Use the ``||hoc2020:move and place||`` block to move forward and then place a wood plank under the Agent.

The ``||hoc2020:turn agent||`` block will turn the Agent either left or right.

```ghost
hoc2020.placePlanks()
hoc2020.turnAgent()
Expand All @@ -18,5 +20,5 @@ Use the ``||hoc2020:move and place||`` block to move forward and then place a wo
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```
2 changes: 1 addition & 1 deletion rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Use the ``||hoc2020:place rail||`` block to place a rail under the Agent and the
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```
4 changes: 3 additions & 1 deletion ravager.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The villagers are scared of ravagers. Help them get over their bias by allowing
#### ~ tutorialhint
Use the ``||hoc2020:lead ravager||`` block to have the ravager follow the Agent.

The ``||hoc2020:turn agent||`` block will turn the Agent either left or right.

```ghost
hoc2020.leadRavager()
hoc2020.turnAgent()
Expand All @@ -18,5 +20,5 @@ Use the ``||hoc2020:lead ravager||`` block to have the ravager follow the Agent.
\\
```
```package
hoc2020-ts=github:neonerz/hoc2020-ts
hoc2020-ts=github:rewrite-media/hoc2020-ts
```

0 comments on commit 768e33d

Please sign in to comment.