DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T v

⟦f1ea9cfb9⟧ TextFile

    Length: 1192 (0x4a8)
    Types: TextFile
    Names: »var.c«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xgo/var.c« 

TextFile

/*
 * $Header: var.c,v 1.2 88/02/13 12:52:52 hale Exp $
 */

/*

        Copyright 1987      Greg Hale

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation.  No representations are made about the
suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

*/


#include "go.h"
BOARD backup,board,marks;


int beepflg;
int demflg;
int handin,handicaps;		/* handicap indentation */
char display[200];
int dimensions,changeflg,myport;
int cx=0,cy=0;
char pieces[]={'.','@','O','=','+','-'};
int curplr=0;
int hama[2] = {0,0};
int MAXX,MAXY;
char buf[MAXBUF];
int disable=0;
int status,sock,sockmask[2],myturn;
int player, iwon, opponstr,strength;
int loadflg;
char *loadname;
float wins;
char *blanks="                                                              ";
char *myname,*hisname;
/*
 * $Log:	var.c,v $
 * Revision 1.2  88/02/13  12:52:52  hale
 * added new variables for new commands.
 * 
 */