Sections
Personal tools
You are here: Home » Faculty and Staff » Hale, Walker » November 29
 

November 29

Up one level
Materials from the November 29 class
November 29 Bit Blit
Wikipedia article defining blitting
November 29 Palette
Wikipedia article
November 29 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.
November 29 Python Image Library - Handbook
Reference documentation
November 29 Python Image Library - Home Page
Main page for downloading
November 29 Homework Assignment Due December 6
Write a program that takes all the files in hero\static and merges them into a single vertical image.
November 29 Pygame Documentation
Top level of the pygame docs
November 29 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.
November 29 Summary of the Class
What was covered