Use input from your photoresistor to stay in the ring while continuously moving.
Pseudo-code:
void loop(){
read photoresistor value
while (over black) {
move forward
read photoresistor value
}
backup
turn
}
Once your bot can stay in the ring, show me and submit your code below.