0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Before we dive into the project, let's make sure you are all set up properly. You will need:
We'll be building this awesome maze generator and solver! By the end, your code will be rendering mazes like this one:
We'll be using the Boot.dev CLI to run and submit the CLI tests for some of the lessons in this project. Make sure you have it installed.
Run and submit the CLI tests.
The tests just ensure that the CLI is installed and configured correctly.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run fb0967e1-a304-4110-8bf3-41071d99af0c
Submit
bootdev run fb0967e1-a304-4110-8bf3-41071d99af0c -s
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.