Well....

I'd like to introduce my latest release of my Go game for OS/2

the first release had no version level...

This one is version 0.0

I've made a couple changes since the last release...they are documented at the
end of this document....

**************************

TO PLAY THE GAME:

	A single click of the left mouse button on the board will place a stone

	A single click of the right mouse button on a stone on the board will
		remove that stone

**************************


Pretty simple huh? well...it should be...

Oh... Mr. Ed Baier...If you read this...I'm sorry I haven't written back to 
you...I appreciate the e-mail and the comments...This version of the game will 
always appear in the lower left corner of the screen...I will try and write.


I hope you like it....


Joo Chung...

yupa@cmu.edu

P.S. I welcome any comments...(sorry if I don't reply...I'm afraid I'm not very
good about replying)

**************************

History:

Version 0.0:
	Added code to save games
	Added a handicap menu
	Added the Current Turn box (shows which stone will be placed next)
	Added a stone count box...(does nothing really)
	Fixed a bug - if a stone is placed to left of or below another stone...
		the first stone would clip the second stone

Initial Release: the game



**************************

Unimplemented features:
	Handicap...yes...the menu exists but I haven't added this feature yet..

**************************

Plans for the future:
	well...I intend to add code to detect dead groups...
	I intend to add code to allow you (the user) to play against the 
		computer
	I intend to remove the stone count....
	I intend to add an undo feature
	I hope to add counting of territory at the end of the game (scoring)
	Hopefully I will get around to commenting my own code and cleaning it 
		up. >:-}





