Update the library to version 6.12.5
[grue-hunter.git] / README
1 This directory contains version 2.0 of Grue Hunter.
2
3 Homepage: https://jxself.org/grue-hunter.shtml
4
5 This file is part of Grue Hunter. See the end of the file for license 
6 conditions.
7
8         "It is pitch black. You are likely to be eaten by a grue."
9
10 The Grue has eaten many adventurers. This game gives you a chance to 
11 get even.
12
13 To compile the game first pull in my modified version of the Inform 
14 standard library:
15
16         git submodule init
17         git submodule update
18
19 You will also need my modified version of the Inform compiler from 
20 https://jxself.org/git/?p=inform.git
21
22 Once the compiler has been compiled and is ready for use return to 
23 this directory and run:
24
25         inform +include_path=lib grue-hunter
26
27 Or you can run the included build.sh script which does the same thing, 
28 assuming that the inform compiler is included in your PATH.
29
30 You will then get the Grue Hunter story file that can be run using 
31 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
32 distro probably has that packaged already for easy installation.
33
34 Copyright (C) 2013, 2016 Jason Self <j@jxself.org>
35
36 Grue Hunter gives you software freedom; you can copy, modify, convey, 
37 and/or redistribute it under the terms of the GNU Affero General 
38 Public License as published by the Free Software Foundation; either 
39 version 3 of the License, or (at your option) any later version.
40
41 Grue Hunter is distributed in the hope that it will be useful, but 
42 WITHOUT ANY WARRANTY; without even the implied warranty of 
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
44 Affero General Public License for more details.
45
46 You should have received a copy of the GNU Affero General Public 
47 License along with Grue Hunter. If not, see https://gnu.org/licenses/