|
Oops, I forgot to mention that. I'm using raw_input() because I want
to focus on getting my game working before putting time into writing a
GUI. Without a GUI, the only way I can get user input is with
raw_input(). I'm working on my networking code, so I need to have each
game instance ask the user (i.e. myself) to host a new game or join an
existing game. Does that make sense? On Monday 11 December 2006 14:53, Mike Wyatt wrote: |