I am pretty new to processing and I am trying to create circles evenly spaced over an entire square surface that randomly change color. I've achieved everything but the evenly spaced part. We need to keep the code relatively simple as per the requirements of our assignment in class. I've tried to use what I know (like using boolean statements and state machines) but I am failing. Here's a look at my code, could you help me out?
I am taking a college course using processing and I have an assignment due tomorrow that is just killing me. Could someone look at my code here and tell me why they think it isn't working?