Notes: Using an image of a pixel-art Spider-Man I created for a basic building-swinging game a few years ago, I made a 41x18 array to represent every pixel in the image, placing a number from 0-4 in each array index to indicate what color to draw the image’s corresponding pixel on the canvas. Also, to give the image cool transparency effects I added the stars in the background and made all the “pixels” transparent. Enjoy!