Skip to content

Commit fdf2e72

Browse files
committed
Maze Solver challenge.
1 parent a0bbb02 commit fdf2e72

File tree

1 file changed

+12
-0
lines changed
  • src/main/resources/data/automotons/patchouli_books/robotics/en_us/entries/challenges

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Maze Solver",
3+
"icon": "minecraft:magenta_glazed_terracotta",
4+
"category": "automotons:challenges",
5+
"pages": [
6+
{
7+
"type": "quest",
8+
"title": "Maze Solver",
9+
"text": "Program an automoton to solve a maze. The automoton starts at any arbitrary position, and eventually reached a set end point that borders a wall within a closed maze."
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)