Project 0089

by Angela F

Description

My goal was to write a code that could create a chess board with a image in the background. This was accomplished by starting with a square image, then using a standard nested for loop and creating an 8 x 8 grid with alternating dark and light filters for the RGB pixel assignments.