I am trying to learn pygame. In order to do that, I have downloaded one of their examples :
http://rpg-world.googlecode.com/files/rpg-world-src-0.93.tar.gz
And started to run it in debug mode.
However, I have discovered quite quickly that unlike a classic program, it is hard to debug a computer game, because of the fact that it is hard to control the player by sending keyboard press events.
Any suggestions?