This repository contains codefiles and challenge descriptions to all challenges in RobotC Virtual Worlds Curriculum.
- Movement
- Labyrinth Challenge [Code] [Description]
- Robo 500 1 [Code] [Description]
- Robo Slalom [Code] [Description]
- Sensing
- Line Runner 1 [Code] [Description]
- Minefield Challenge 1 [Code] [Description]
- Obstacle Course [Code] [Description]
- Robo 500 2 [Code] [Description]
- Variables
- Auto Attendance [Code] [Description]
- Firefly Bot 2 [Code] [Description]
- Warehouse Challenge [Code] [Description]
For all code files applies that:
- At the top there is defined robot to use to succesfully complete this challenge, so check it before challenge start to have correct robot in usage
- All constants are defined via C-keyword
#define
at the top - I am trying to write code as efficient as possible