[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] InteractiveConsole



I'm not sure I understand what you want, either, but if you want 2 processes to interact (your pygame and then a separate interactive shell process), check out Pyro at http://pyro.sourceforge.net/ .

On Thursday, March 27, 2003, at 07:25 AM, Edward Povazan wrote:

Thanks for the suggestions. But all I want is a separate shell window that
is not pygame independant. I think I will just write a simple server and
connect to my game with a 'client' shell - and just send very simple
commands, since I don't need an interactive console, just a way to send
commands easily.