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 c

⟦2741b17c4⟧ TextFile

    Length: 1888 (0x760)
    Types: TextFile
    Names: »changes.c«

Derivation

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

TextFile

/*
 * $Header: changes.c,v 1.2 88/02/13 12:42:04 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.

*/


changes()
{
    extern int changeflg;
    if (changeflg) {
	printf("\
----------------------------------------------------------------------\n\
\n\
			   GO $Revision$\n\
			     By Greg Hale\n\
\n\
Welcome to the oriental game of go.  If you do not know how to play,\n\
I recommend that you read the documentation or find someone who knows\n\
how to play.\n\
\n\
This program was developed at the Experimental Computing Facility at the\n\
University of California, Berkeley, by Greg Hale.  Thanks to all the\n\
other members for their input, support, and test playing.\n\
\n\
12/20/87: backwards-incompatable version\n\
	new command line arguments, variable board size,\n\
	last move option, stregth kept track of.\n\
1/30/88: backwards-incompatable version\n\
	demonstration/instructional mode and quiet beeping\n\
	added.\n\
2/10/88: fixed bug in decline/cancel actions, changed scoring\n\
	and rank procedures.  Slight modification to demo mode.\n\
	Komi added to score, scoring mode modified, command line\n\
	arguments, and resignation is a possible way to exit the\n\
	game.\n\
\n\
----------------------------------------------------------------------\n\
");
	printf("[Hit return to continue]");
	getchar();
    }
}
/*
 * $Log:	changes.c,v $
 * Revision 1.2  88/02/13  12:42:04  hale
 * added logging, updated time
 * 
 */