Karel has gotten really into board games lately. Karel wants to build a checkerboard so that he can play board games with the other dogs. Write a program that has Karel paint a checkerboard. You can assume that the world will always have 8 rows and 8 columns. HINT: Rather than typing out every single move and paint command, think about how you can break this problem down into smaller problems that are repeated. What functions could you write that would make this problem easier to solve? Note: Be sure to include comments for all functions that you use or create.
World: Checkerboard Karel’s Karel World
Starting World
Ending World