Add richer room descriptions
[the-mall.git] / README
1 To compile this game first pull in my modified version of the Inform 
2 standard library:
3
4         git submodule init
5         git submodule update
6
7 First build the compiler:
8
9         cd inform
10         gcc *.c -o inform
11         cd ../
12
13 Once the compiler has been compiled and is ready for use return to 
14 this directory and run:
15
16         ./inform/inform +include_path=lib the-mall
17
18 Or you can run the included build.sh script which does the same thing.
19
20 You will then get the story file for this game that can be run using 
21 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
22 distro probably has that packaged already for easy installation.
23
24 --
25 Copyright (C) 2019 Jason Self <j@jxself.org>
26
27 This file is free software: you may copy, redistribute and/or modify 
28 it under the terms of the GNU Affero General Public License as 
29 published by the Free Software Foundation, either version 3 of the 
30 License, or (at your option) any later version.
31
32 This file is distributed in the hope that it will be useful, but 
33 WITHOUT ANY WARRANTY; without even the implied warranty of 
34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
35 Affero General Public License for more details.
36
37 You should have received a copy of the GNU Affero General Public 
38 License along with this file. If not, see https://gnu.org/licenses/