Import The Mad Bomber by Neil James Brown
[bomber.git] / README
1 This repository contains a copy of The Mad Bomber by Neil James Brown.
2 The author released the game to the public domain, allowing unlimited 
3 permission to copy and change it.
4
5 https://ifdb.tads.org/viewgame?id=kbcjvrtghsw57ldp
6 http://mirror.ifarchive.org/if-archive/games/source/inform/bomber.inf
7
8 To compile this game you will also need version 6 of the Inform 
9 compiler from https://jxself.org/git/?p=inform.git
10
11 Once the compiler has been compiled and is ready for use return to 
12 this directory and run:
13
14         inform bomber.inf
15
16 Or you can run the included build.sh script which does the same thing.
17
18 You will then get the story file for this game that can be run using 
19 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
20 distro probably has that packaged already for easy installation.
21
22 A great big thanks to David Griffith for keeping Inform 6 alive.
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/