====== CornerBot1 ====== ---- Create a robocode robot called //CornerBot1// that does the following: * Visit each corner of the battlefield. * The order in which the corners are visited does not matter. * One possible algorithm (discussed in class, 9/16) * Get my robot's initial heading (angle). * Determine angle to turn right to point to north wall. * 360º - initial heading * Turn right to point north. * Go ahead until I hit wall. * Make a 90º right turn * Repeat above 2 steps until I've reached all corners. See this robot's [[https://piazza.com/class_profile/get_resource/hzkswvpxv2r2nu/i0hcmspdnj03y1|source code]]. ----