comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:a9a7ad180c3b
1 rantaiwarna
2 ===========
3
4 Description
5 -----------
6
7 rantaiwarna is a tile-matching puzzle game which is also known under the names
8 "Chain Shot!" or "SameGame". It is played on a rectangular board which is
9 initially filled with elements of several different colors. Two or more
10 adjacent elements of the same color may be eliminated, the score resulting from
11 the elimination of elements depends on the number of elements eliminated at
12 once. The goal of the game is to eliminate as many elements as possible until
13 there are no more adjacent elements of the same color left or the board is
14 completely cleared. Vertical gaps resulting from the elimination of elements
15 are filled by sliding down elements from above the gap, column gaps are filled
16 by sliding columns on the right side of the column gap to the left.
17
18 Build Instructions
19 ------------------
20
21 rantaiwarna requires a POSIX:2004 compatible operating system, and needs GNU
22 make, GNU or BSD install, the xsltproc tool from libxml2 and an implementation
23 of the curses library compatible with X/Open CURSES Issue 4 to be installed.
24 It can take advantage of advanced features of recent ncurses versions, in
25 particular mouse support, but it also works with the native curses
26 implementations of Solaris, NetBSD, and UnixWare. It has been tested on Linux
27 distributions, FreeBSD, Solaris and Illumos-derived distributions, UnixWare,
28 and OpenServer.
29
30 License
31 -------
32
33 Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and
34 distributed under the following license terms:
35
36 Copyright (C) 2014 Guido Berhoerster <guido+rantaiwarna@berhoerster.name>
37
38 Permission is hereby granted, free of charge, to any person obtaining
39 a copy of this software and associated documentation files (the
40 "Software"), to deal in the Software without restriction, including
41 without limitation the rights to use, copy, modify, merge, publish,
42 distribute, sublicense, and/or sell copies of the Software, and to
43 permit persons to whom the Software is furnished to do so, subject to
44 the following conditions:
45
46 The above copyright notice and this permission notice shall be included
47 in all copies or substantial portions of the Software.
48
49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
50 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
53 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
54 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
55 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.