Challenge
The robot needs to see the colour red and tell the user it sees it.
My Project
My project tells the user what colour the sensor sees, prints the colour on screen and says it out loud.
Left side of code holds variables for text on screen, and right side performs a loop to check what colour it sees.
Evaluation and reflection
It solved the challenge and also told whatever other colours it finds. It works well but can be buggy, it can sometimes say five colours in a span of a second.
If i were to make it again I would put a wait timer at the end of each colour.
Student: Brendan