diff README @ 0:a9a7ad180c3b version-1

Initial revision
author Guido Berhoerster <guido+rantaiwarna@berhoerster.name>
date Sat, 15 Mar 2014 18:41:03 +0100
parents
children 0ec0edfcb752
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Sat Mar 15 18:41:03 2014 +0100
@@ -0,0 +1,55 @@
+rantaiwarna
+===========
+
+Description
+-----------
+
+rantaiwarna is a tile-matching puzzle game which is also known under the names
+"Chain Shot!" or "SameGame". It is played on a rectangular board which is
+initially filled with elements of several different colors. Two or more
+adjacent elements of the same color may be eliminated, the score resulting from
+the elimination of elements depends on the number of elements eliminated at
+once. The goal of the game is to eliminate as many elements as possible until
+there are no more adjacent elements of the same color left or the board is
+completely cleared.  Vertical gaps resulting from the elimination of elements
+are filled by sliding down elements from above the gap, column gaps are filled
+by sliding columns on the right side of the column gap to the left.
+
+Build Instructions
+------------------
+
+rantaiwarna requires a POSIX:2004 compatible operating system, and needs GNU
+make, GNU or BSD install, the xsltproc tool from libxml2 and an implementation
+of the curses library compatible with X/Open CURSES Issue 4 to be installed.
+It can take advantage of advanced features of recent ncurses versions, in
+particular mouse support, but it also works with the native curses
+implementations of Solaris, NetBSD, and UnixWare.  It has been tested on Linux
+distributions, FreeBSD, Solaris and Illumos-derived distributions, UnixWare,
+and OpenServer.
+
+License
+-------
+
+Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and
+distributed under the following license terms:
+
+Copyright (C) 2014 Guido Berhoerster <guido+rantaiwarna@berhoerster.name>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.