time_move.c File Reference

Time a Score Four move - source file. More...

#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "assert.h"
#include "makemove.h"
#include "score4.h"
#include "unmakemove.h"
#include "win.h"

Functions

int main (int argc, char *argv[])

Variables

short a_board_1 [NUM_PLAINS]
 Alpha board.
short b_board_1 [NUM_PLAINS]
 Beta board.
short * alpha_ptr_1
 Alpha board ptr.
short * beta_ptr_1
 Beta board ptr.
char mach_ch_1
 Machine stone - wither 'O' or 'X'.
char user_ch_1
 User stone - wither 'O' or 'X'.
int * coeff_1
 Coefficients.


Detailed Description

Time a Score Four move - source file.

Author:
Stephen A. Broeker
Copyright (c) 1989 Stephen A. Broeker All Rights Reserved.

Function Documentation

int main int  argc,
char *  argv[]
 


Generated on Sat Sep 24 09:00:12 2011 for ScoreFour by  doxygen 1.4.5