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