import geomerative.*; //This library is used to fill in spokes because of a bug in P5 v103 class Bot{ boolean gainingPunct; boolean gainingSpokes; final int spokeNum =40; int numVisibleSpokes = 40; int numVisiblePuncts = 0; Spoke leg[] = new Spoke[spokeNum]; //An array of spokes ArrayList punctList = new ArrayList(); Integer spokeAppearanceOrder[] = new Integer[spokeNum]; Bot(){ gainingPunct = true; gainingSpokes = true; for (int i= 0; i