November 29
Up one levelMaterials from the November 29 class
-
Bit Blit
- Wikipedia article defining blitting
-
Palette
- Wikipedia article
-
transcript.py
- The demo that I ran during class, by pasting in sections of the file into the Python interpreter. You need an animated GIF named walksw.gif.
-
Python Image Library - Handbook
- Reference documentation
-
Python Image Library - Home Page
- Main page for downloading
-
Homework Assignment Due December 6
- Write a program that takes all the files in hero\static and merges them into a single vertical image.
-
Pygame Documentation
- Top level of the pygame docs
-
pygame.font
- To render text, create a font and invoke my_font.render('your text here'). You will get a surface that you can blit like a tile.
-
Summary of the Class
- What was covered