Viewing the Videos or Subscribing to the Podcast

Some of the entries have a picture, which you can click to access the video. Otherwise, to see the videos, use this icon to subscribe to or view the feed:


Or, subscribe in iTunes

Sunday, February 20, 2011

Python Simple Text Adventure 2

Part Two. Using a package and classes, we move most of the game logic into a game "engine." Source code: https://github.com/dcbriccetti/python-lessons.

Saturday, February 19, 2011

Python Simple Text Adventure


Using tuples and a dictionary, places and transitions, create a simple text adventure game. Source code.