Skip to content

Commit 225c1c9

Browse files
committed
Revert "update image URLs"
This reverts commit 836e4ee.
1 parent 836e4ee commit 225c1c9

31 files changed

Lines changed: 127 additions & 127 deletions

python/HOC2022/attic_green_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The box with the arrow on the floor is your cursor. You'll use the cursor to man
1212
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
1313

1414
Valid directions are:
15-
- `orange` (moves the cursor forward) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
15+
- `orange` (moves the cursor forward) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/python/HOC2022/img/orange_arrow.png "Orange Arrow")
1616

1717
```python
1818
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/attic_yellow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ You'll need to get the Agent more power to open the Yellow door! There are trapd
1212
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
1313

1414
Valid directions are:
15-
- `orange` (moves the cursor forward) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
16-
- `magenta` (moves the cursor back) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
17-
- `blue` (moves the cursor left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
18-
- `yellow` (moves the cursor right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
15+
- `orange` (moves the cursor forward) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
16+
- `magenta` (moves the cursor back) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
17+
- `blue` (moves the cursor left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
18+
- `yellow` (moves the cursor right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
1919

2020
```python
2121
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/boss_cannon_sequence.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The Time Agents are underneath the Time Orb! They've used their powers to create
1212
The `activate_cannon()` function takes one parameter that defines what color cannon you want to activate.
1313

1414
Valid colors are:
15-
- `blue` ![Blue Cannon](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_cannon.png "Blue Cannon")
16-
- `yellow` ![Yellow Cannon](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_cannon.png "Yellow Cannon")
17-
- `magenta` ![Magenta Cannon](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_cannon.png "Magenta Cannon")
18-
- `green` ![Green Cannon](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/green_cannon.png "Green Cannon")
15+
- `blue` ![Blue Cannon](img/blue_cannon.png "Blue Cannon")
16+
- `yellow` ![Yellow Cannon](img/yellow_cannon.png "Yellow Cannon")
17+
- `magenta` ![Magenta Cannon](img/magenta_cannon.png "Magenta Cannon")
18+
- `green` ![Green Cannon](img/green_cannon.png "Green Cannon")
1919

2020
```python
2121
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/boss_red.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Valid colors are:
2020
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
2121

2222
Valid directions are:
23-
- `orange` (moves the cursor up) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
24-
- `magenta` (moves the cursor down) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
25-
- `blue` (moves the cursor left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
26-
- `yellow` (moves the cursor right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
23+
- `orange` (moves the cursor up) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
24+
- `magenta` (moves the cursor down) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
25+
- `blue` (moves the cursor left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
26+
- `yellow` (moves the cursor right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
2727

2828
```python
2929
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/boss_rotation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Now's your chance to capture the Time Agents! Head to the center of the boss are
1212
The `rotate_ring()` function takes two parameters. The first one defines which ring you want to rotate and the second one defines which direction it should rotate in.
1313

1414
Valid rings are:
15-
- `outer` ![Outer Ring](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/outer_ring.png "Outer Ring")
16-
- `middle` ![Middle Ring](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/middle_ring.png "Middle Ring")
17-
- `inner` ![Inner Ring](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/inner_ring.png "Inner Ring")
15+
- `outer` ![Outer Ring](img/outer_ring.png "Outer Ring")
16+
- `middle` ![Middle Ring](img/middle_ring.png "Middle Ring")
17+
- `inner` ![Inner Ring](img/inner_ring.png "Inner Ring")
1818

1919
Valid directions are:
20-
- `clockwise` ![Clockwise Rotation](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/clockwise_ring.png "Outer Ring")
21-
- `counterclockwise` ![Counterclockwise Rotation](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/counterclockwise_ring.png "Counterclockwise Rotation")
20+
- `clockwise` ![Clockwise Rotation](img/clockwise_ring.png "Outer Ring")
21+
- `counterclockwise` ![Counterclockwise Rotation](img/counterclockwise_ring.png "Counterclockwise Rotation")
2222

2323
```python
2424
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/foyer_bookshelf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ There seems to be something at the top of the bookcase. See if you could create
1212
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
1313

1414
Valid directions are:
15-
- `orange` (moves the cursor up) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
16-
- `magenta` (moves the cursor down) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
17-
- `blue` (moves the cursor left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
18-
- `yellow` (moves the cursor right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
15+
- `orange` (moves the cursor up) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
16+
- `magenta` (moves the cursor down) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
17+
- `blue` (moves the cursor left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
18+
- `yellow` (moves the cursor right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
1919

2020
```python
2121
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/foyer_chess.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ You've freed the king and queen! But the door still isn't opening. They must be
1212
The `move_chess_piece()` function takes two parameters. The first one is which chess piece you want to move, the second one is what direction it should move in.
1313

1414
Valid chess pieces are:
15-
- `king` ![King](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/king_icon.png "King")
16-
- `queen` ![Queen](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/queen_icon.png "Queen")
15+
- `king` ![King](img/king_icon.png "King")
16+
- `queen` ![Queen](img/queen_icon.png "Queen")
1717

1818
Valid directions are:
19-
- `orange` (moves the chess piece forward) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
20-
- `magenta` (moves the chess piece back) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
21-
- `blue` (moves the chess piece left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
22-
- `yellow` (moves the chess piece right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
19+
- `orange` (moves the chess piece forward) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
20+
- `magenta` (moves the chess piece back) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
21+
- `blue` (moves the chess piece left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
22+
- `yellow` (moves the chess piece right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
2323

2424
```python
2525
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/foyer_mosaic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ It looks like these pieces are a part of an incomplete picture! Try reordering t
1212
The `push_pieces()` function takes one parameter, the direction you want to push the pieces.
1313

1414
Valid directions are:
15-
- `up` ![Blue Up](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/chess_blue_up.png "Blue Up")
16-
- `down` ![Red Down](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/chess_red_down.png "Red Down")
17-
- `left` ![Yellow Left](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/chess_yellow_left.png "Yellow Left")
18-
- `right` ![Green Right](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/chess_green_right.png "Green Right")
15+
- `up` ![Blue Up](img/chess_blue_up.png "Blue Up")
16+
- `down` ![Red Down](img/chess_red_down.png "Red Down")
17+
- `left` ![Yellow Left](img/chess_yellow_left.png "Yellow Left")
18+
- `right` ![Green Right](img/chess_green_right.png "Green Right")
1919

2020
```python
2121
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/greenhouse_crackedwall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ You need more water and it looks like those cracked blocks are leaking! Use the
1212
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
1313

1414
Valid directions are:
15-
- `orange` (moves the cursor up) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
16-
- `magenta` (moves the cursor down) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
17-
- `blue` (moves the cursor left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
18-
- `yellow` (moves the cursor right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
15+
- `orange` (moves the cursor up) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
16+
- `magenta` (moves the cursor down) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
17+
- `blue` (moves the cursor left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
18+
- `yellow` (moves the cursor right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
1919

2020
```python
2121
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

python/HOC2022/greenhouse_flowers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ There's some pattern with these flowers. Figure out the pattern and plant the fl
1212
The `move_cursor()` function takes one parameter that defines its direction. That parameter is the color of the arrow that represents the direction you want to move.
1313

1414
Valid directions are:
15-
- `orange` (moves the cursor forward) ![Orange Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/orange_arrow.png "Orange Arrow")
16-
- `magenta` (moves the cursor back) ![Magenta Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/magenta_arrow.png "Magenta Arrow")
17-
- `blue` (moves the cursor left) ![Blue Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_arrow.png "Blue Arrow")
18-
- `yellow` (moves the cursor right) ![Yellow Arrow](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_arrow.png "Yellow Arrow")
15+
- `orange` (moves the cursor forward) ![Orange Arrow](img/orange_arrow.png "Orange Arrow")
16+
- `magenta` (moves the cursor back) ![Magenta Arrow](img/magenta_arrow.png "Magenta Arrow")
17+
- `blue` (moves the cursor left) ![Blue Arrow](img/blue_arrow.png "Blue Arrow")
18+
- `yellow` (moves the cursor right) ![Yellow Arrow](img/yellow_arrow.png "Yellow Arrow")
1919

2020
The `plant_flower()` function takes one parameter that defines what type of flower should be planted.
2121

2222
Valid flowers are:
23-
- `blue` ![Blue Flower](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/blue_flower.png "Blue Flower")
24-
- `yellow` ![Yellow Flower](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/yellow_flower.png "Yellow Flower")
25-
- `red` ![Red Flower](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/python/HOC2022/img/red_flower.png "Red Flower")
23+
- `blue` ![Blue Flower](img/blue_flower.png "Blue Flower")
24+
- `yellow` ![Yellow Flower](img/yellow_flower.png "Yellow Flower")
25+
- `red` ![Red Flower](img/red_flower.png "Red Flower")
2626

2727
```python
2828
# CODE EXAMPLE - YOU CAN NOT EDIT HERE

0 commit comments

Comments
 (0)