Tennix 0.3.1
[tennix.git] / README
blobbae7c59693b713155671e2786954451d23f5da3a
4           ###### #####  ##   ##  ##   ##  ##  ##   ##
5             ##   ##     ###  ##  ###  ##  ##  ### ###
6             ##   ####   ## # ##  ## # ##  ##    ###
7             ##   ##     ##  ###  ##  ###  ##  ### ###
8             ##   #####  ##   ##  ##   ##  ##  ##   ##
10                                            SDL Port
12         Copyright (C) 2003, 2007 Thomas Perl <thp@perli.net>
16 LICENSE
17 =======
19     This program is free software; you can redistribute it and/or
20     modify it under the terms of the GNU General Public License
21     as published by the Free Software Foundation; either version 2
22     of the License, or (at your option) any later version.
23     
24     This program is distributed in the hope that it will be useful,
25     but WITHOUT ANY WARRANTY; without even the implied warranty of
26     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27     GNU General Public License for more details.
28     
29     You should have received a copy of the GNU General Public License
30     along with this program; if not, write to the Free Software
31     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
32     MA  02110-1301, USA.
35 ABOUT
36 =====
38    This is the SDL (Simple DirectMedia Layer) port of Tennix!, a 
39    game written by Thomas Perl in 2003. This version has been up-
40    scaled to a resolution of 640x480 in comparison to the 320x200 
41    format used in the original game.
43    Changes from the original Tennix to the first SDL release include
44    a new shadow, advanced alpha blending and the removal of the 
45    previously-included pseudo-advertisements.
47    For all changes, please see the ChangeLog file.
49    This port has been written on the 10th of May 2007 and is now 
50    being improved and updated since then.
53 INSTALLATION
54 ============
56    To build tennix, simply run "make" (on Unix-like systems) or 
57    follow the instructions for your platform in the README.* files.
59    Tennix is known to build on Debian GNU/Linux 4.0 (etch), 
60    Win32 (mingw32) and Mac OS X 10.4 (using XCode tools).
62    Binaries of Tennix can be found on the webpage.
65 DEVELOPMENT/DEBUGGING
66 =====================
68    If you want to compile a debugging version of "tennix", you
69    have to set the environment variable "DEBUG" to "1", either by
70    using "DEBUG=1 make" or exporting the environment variable for
71    the current session, as in "export DEBUG=1" followed by "make".
74 CONTACT
75 =======
78     E-Mail: Thomas Perl <thp@perli.net>
79     URL: http://thpinfo.com/2007/tennix/