/Curriculum-Challenges

🤖©️ Repository that contains all codefiles for Lego Mindstorms NXT RobotC Curriculum challenges. All codefiles are written by myself.

Primary LanguageCMIT LicenseMIT

Curriculum Challenges

This repository contains codefiles and challenge descriptions to all challenges in RobotC Virtual Worlds Curriculum.

Challenges

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