"Ugo GarcĂa" wrote: > > perfect. This is what I was looking for. Now I'd make a C module to handle > the messages written to stdout & stderr in order to show them in the screen. > Thanks a lot Why would you bother with C for a game that relies on simple print statements for its interface? Can't you implement the game entirely in Python? -Peter