For this project in STEM we had to program the VR Robot to move through the Disk Maze from Start to Finish using the FrontEye Sensor to detect the disk colors. Detect at least 5 disk colors before moving to the finish. The green square is the starting point, and the red disk is the finish.

To solve this problem, the main algorithm would consist of moving forward until a color is detected by the front color sensor. If the color is green, the robot would take a right turn. If the color is blue, then the robot will turn left. This would have to repeat until the sensor detects a red color.

