pygame: PixelArray

Quick announcements: PU students are coming after school today.

This Saturday at PU
splash

Classwork:
Use pixelArray from pygameHelloWorld.py to write the program drawpad_YI.py

drawingpad

# get a pixel array of the surface
pixArray = pygame.PixelArray(windowSurface)
pixArray[480][380] = BLACK