[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbmserv-dev] modest proposal
I know I am the new guy in town, but that never
stopped me before...
Would it be possible to change the current game.cpp
(and game.h) to make the following changes?
In the functions:
Game::doMove
Game::Submit
and
Game::Preview
there are lines of the form:
if (!Strcmp(move,"pass") || !Strcmp(move,SkipMove()))
(in one case the argument is different).
In the game I am writing, I want to be able to handle
"pass" as a move, but I can't because it is hardwired
to treat it specially. Could we implement a virtual
function:
virtual bool Game::MoveIsPass( const char* move )
{
(!Strcmp(move,"pass") || !Strcmp(move,SkipMove()));
}
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com