Add .gitignore
[ztornado.git] / Readme
1 Z-Tornado: A ZSCII-graphics two player weather action game.
2
3 This is a port of Tornado (http://www.lionking.org/~kiza/linux/tornado)
4
5 Z-Tornado is released under the terms of the GNU General Public License.
6 For details, see the file COPYING, which should be part of this source
7 distribution.
8
9 To compile this game you will need the Inform compiler from 
10 https://jxself.org/git/?p=inform.git
11
12 Once the compiler has been compiled and is ready for use return to 
13 this directory and run:
14
15     inform tornado.inf
16
17 You can mail me at sfruehling@aon.at.
18
19 Enjoy!
20
21 Inform version copyright (c) 2003  Sophie Frühling 
22
23 This file is part of ztornado.
24
25 ztornado is free software; you can redistribute it and/or modify it 
26 under the terms of the GNU General Public License as published by the 
27 Free Software Foundation; either version 3 of the License, or (at your 
28 option) any later version.
29
30 ztornado is distributed in the hope that it will be useful, but 
31 WITHOUT ANY WARRANTY; without even the implied warranty of 
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
33 General Public License for more details.
34
35 You should have received a copy of the GNU General Public License 
36 along with ztornado. If not, see <https://www.gnu.org/licenses/>.