The Final Version Features
Hi, I just wanted to thank kfields, saluk for their comments on my game. I worked and improved the timing and have improved the ui for the key display just before the deadline :). Hope it is better than before. Check out the latest screen shots

(log in to comment)
In the case of 'Bob the Hamster', I would try
No, I was already inside "/home/james/src/misc/pyweek6/RoboMinions-1.2" when I run python run_game.py
Anyway, I found the problem. You level data is stored in text files with DOS line endings. (CR/LF) but for whatever reason, the CR is still there when the g_backdrop.png line read from data/l1.txt gets passed to load_img()
Here is the patch that I used to work around the problem.