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