示例#1
0
void	JudgeDredd::putPieceOnMap(GameInfo& game, coord_t& coord)
{
	this->twinTriple(game, coord);
	game.putPieceOnMap(coord);
	game.incScore(takeAPiece(game, coord));
	this->lookAlignement(game, coord);
	game.endRoundOfPlayer();
}