Add .gitignore
[zchess.git] / README
1 This repository contains a copy of zchess by Eric Schmidt.
2
3 http://www.ifarchive.org/if-archive/games/source/inform/zchess.zip
4
5 To compile this game you will also need version 6 of the Inform 
6 compiler from https://jxself.org/git/?p=inform.git
7
8 Once the compiler has been compiled and is ready for use return to 
9 this directory and run:
10
11     inform zchess.inf
12
13 You will then get the story file for this game that can be run using 
14 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
15 distro probably has that packaged already for easy installation.
16
17 --
18 Copyright (C) 2019 Jason Self <j@jxself.org>
19
20 You may copy, redistribute and/or modify this under the terms of the 
21 GNU General Public License as published by the Free Software 
22 Foundation, either version 3 of the License, or (at your option) any
23 later version.
24
25 This file is distributed in the hope that it will be useful, but 
26 WITHOUT ANY WARRANTY; without even the implied warranty of 
27 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
28 General Public License for more details.
29
30 You should have received a copy of the GNU General Public License 
31 along with this file. If not, see https://gnu.org/licenses/