Re: Network Game in Python

2006-08-02 Thread Ben Sizer
[EMAIL PROTECTED] wrote: > Some questions I have are: > 1. How can I manage network messages among the players. Should > multicast be used or Actor should send the message to Supervisor and he > sends to all. ? Send a message from one client to the supervisor, handle it, then get the supervisor to

Network Game in Python

2006-08-01 Thread diffuser78
I have to create a small and simple GUI app in Python which is similar to a netwrok game. Let me expalain you. I need some suggestions. I might use wxPython for GUI because that is the only GUI oolkit I know. There are 6 players in the game. They are all connected though a LAN (possible an interna