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

[pbmserv-dev] First impressions



Hi folks,

Well, I've pretty much thrown together cribbage, most of the time has been getting familiarity with the classes, and learning things the hard way. I wondered whether there was any more detailed documentation for the classes. that would surely help.

Today I finally learned that

int i=players.Has[player];		// find me in the player list

and

int i=CurrentPlayer();			// who's turn is it?

are two different things (who I am currently mailing to, and whose turn it is to play). I'm gradually learning mysteries like these... so far, I'm having plenty of fun!

Chris