Subversion Repositories Games.Chess Giants

Rev

Rev 108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 154
Line 1... Line 1...
1
#include "chess.h"
1
#include "chess.h"
2
#include "data.h"
2
#include "data.h"
3
/* last modified 02/24/14 */
3
/* last modified 08/03/16 */
4
/*
4
/*
5
 *******************************************************************************
5
 *******************************************************************************
6
 *                                                                             *
6
 *                                                                             *
7
 *   ResignOrDraw() is used to determine if the program should either resign   *
7
 *   ResignOrDraw() is used to determine if the program should either resign   *
8
 *   or offer a draw.  This decision is based on two criteria:  (1) current    *
8
 *   or offer a draw.  This decision is based on two criteria:  (1) current    *