Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 5.61 KB

index.md

File metadata and controls

90 lines (71 loc) · 5.61 KB
layout
page

WORK IN PROGRESS

Brains 4 Bots

Interested in learning to code? Want to work on fun projects with robots? Then look no further!

What will we do?

You'll learn to code robots to complete complex tasks, like navigate a maze. Seems daunting? Don't worry, we cover everything in bite-sized chunks!

You can complete these projects using physical EV3 (Lego) robots. These robots can be expensive though, so you can also do this free of charge using our simulator! You can see both methods below:

![](/assets/img/padlockTask.gif)
TODO: Physical bot doing maze task.

Teachers: You can learn more about the program here. Students: Keep going!

Where do I start?

Before we can start coding, we need to do a bit of setup and installation.

Click the buttons below to get started!

1
2

Let's do some coding!

Provided you've read the above pages, we can start on these projects! This should take you through the very basics of programming, and the very basics of giving robots commands.

1
2
3
4
5

You want more?

Want to put your skills to the test, and learn some more advanced programming? Here's a collection of tougher puzzles, with some new concepts sprinkled in.

1
2
3
4
<script src="{{ '/assets/js/completion_pills.js' | relative_url }}"></script>