This project involves designing and building a light-controlled vehicle that can turn based on light shone on photoresistors mounted on its sides and stop when an infrared object detection sensor detects an object. The vehicle uses an Arduino to control motors based on input from the photoresistors and infrared sensor. The photoresistors change resistance with light, affecting PWM signals to the motors to turn the vehicle. An infrared emitter-detector circuit can stop both motors if an object is too close. The vehicle works as intended but the infrared sensor is unreliable and future work may improve its performance or replace it with ultrasound.