Games with Pygame
10:15 AM - 10:45 AM on August 16, 2014, Room 705Piper Thunstrom
- Audience level:
- novice
- Watch:
- http://youtu.be/23hNhKjCYUs
Description
Follow through three example game projects to learn the most helpful elements of the PyGame library.
Abstract
Three working code examples that demonstrate the Pygame Library's various functions with multiple approaches to designing a game.
20 Lines To Nothing does precisely what it says: a blank screen with a lot of magic.
Pacifist demonstrates drawing primitives, separating game states, and rendering fonts.