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, December 27, 2009

Invisible Player Escapes Maze, Pygame Version 1

Walkthrough of version 1 of the Invisible Player Escapes Maze game in Pygame.

Source code

Friday, December 25, 2009

Invisible Player Escapes Maze

Escape the maze. You are invisible, and so are all the obstacles unless they are close to you. Illustrates use of the ghost effect, and broadcast. http://scratch.mit.edu/projects/davebric/818925

Thursday, December 24, 2009

Growing Player Escapes Maze

Escape the maze before you grow too big. Illustrates use of the timer, and “if touching color.” The Scratch project is here: http://scratch.mit.edu/projects/davebric/818258

Jython/Swing Game of Life Version 2

A very quick look at version 2 of our Jython implementation of Conway’s Game of Life. Source code