
 Kropki for DOS/Windows -- README-dos
 http://www.nongnu.org/kropki/

----------------------------------------------------------------------
 Launching the program
----------------------------------------------------------------------
Before you launch Kropki (or any other new program), I suggest you
check it with some antivirus software.
There is no warranty for Kropki.
See the GNU General Public Licence version 2 in the file COPYING.

To launch kropki, just execute kropki_d.exe or kropki_w.exe
in its directory.

You may choose the _d version, which runs in DOS mode,
or the _w version, which runs in a window.

_d version is compiled by DJGPP http://www.delorie.com/djgpp/,
and _w version by MinGW http://www.mingw.org/,
see 'How to compile' section for more details.

----------------------------------------------------------------------
 How to play
----------------------------------------------------------------------
You put your dot on the board by left-clicking a point.
Then computer player puts its dot, then you and so on.
The goal is to capture more enemy's dots.

Sometimes you may need to press Ctrl-L to refresh the screen.
 

----------------------------------------------------------------------
 How to compile
----------------------------------------------------------------------
You may compile the source using one of the following free compilers:

a) DJGPP, http://www.delorie.com/djgpp/

You will need the (free) GRX library: http://grx.gnu.de/

Type in DOS prompt:
   $ tar -jxf kropkiXXXX.tar.bz2     (or otherwise unpack the source)
   $ cd src
   $ make -f Makefile.dos

b) MinGW, http://www.mingw.org/

You will need the (free) GRX library: http://grx.gnu.de/

Edit the line LIBS=... in Makefile.mingw, and then type in DOS prompt:
   $ tar -jxf kropkiXXXX.tar.bz2     (or otherwise unpack the source)
   $ cd src
   $ make -f Makefile.mingw

c) Cygwin, http://www.cygwin.com/

Follow the instructions in README  (for GNU/Linux).

----------------------------------------------------------------------
 Copyright
----------------------------------------------------------------------
Kropki is covered by the GNU General Public Licence, version 2,
see the file COPYING.

Copyright (C) 1999,2001,2002,2003,2004,2005,2006,2007 Bartek Dyda <kropki@yahoo.co.uk>.
Some ideas by Rafal Pikula (1999,2001,2002,2003,2004,2005,2006,2007).

Kropki is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2,
as published by the Free Software Foundation.

Kropki is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License, version 2, for more details.

You should have received a copy of the GNU General Public License
along with Kropki; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA

