Re: [Tutor] how to select a player to play first on a multiplayer game which runs on IRC

2012-04-19 Thread Alan Gauld
On 19/04/12 14:41, Surya K wrote: Rather that doing all this mess, I want to put a server on Google App Engine and run clients on my PC. But I don't know how!! Neither do I, nor I suspect most folks on this list. But there might be a few who do. The list is for learning the core Python langua

Re: [Tutor] how to select a player to play first on a multiplayer game which runs on IRC

2012-04-19 Thread Surya K
> Date: Thu, 19 Apr 2012 07:24:33 -0400 > From: d...@davea.name > To: sur...@live.com > CC: tutor@python.org; bgai...@gmail.com > Subject: Re: [Tutor] how to select a player to play first on a multiplayer > game which runs on IRC > > On 04/19/2012 06:54 AM, Surya K wro

Re: [Tutor] how to select a player to play first on a multiplayer game which runs on IRC

2012-04-19 Thread Dave Angel
On 04/19/2012 06:54 AM, Surya K wrote: > I am writing tic tac toe game which runs on IRC (i am using freenode now). > Each player will be a channel member. So, players send private messages > between each other to play game. This sounds fine but I need the below things > to get done, but I don't

[Tutor] how to select a player to play first on a multiplayer game which runs on IRC

2012-04-19 Thread Surya K
I am writing tic tac toe game which runs on IRC (i am using freenode now). Each player will be a channel member. So, players send private messages between each other to play game. This sounds fine but I need the below things to get done, but I don't know how to do them.. How my game works: Each