Deep Think Project - Artificial Intelligence Research Project

You're off to a very bad start with your liberal use of delay(). You will very quickly reach the point where your program becomes unresponsive because it's spending most of its time spinning its wheels in delays. You REALLY need to learn how to write non-blocking code....

Regards,
Ray L.