1 This git repository contains a copy of Vengeance by Victor Gijsbers.
3 On June 27 2019 Victor Gijsbers provided the source code and indicated
4 it was licensed under the Creative Commons Attribution-NonCommercial
5 4.0 licence (which is proprietary), or under the GNU GPL 2.0 or any
6 later version, at the user's choice.
8 When getting a copy of the software I selected that my copy would be
9 under the GNU GPL 2.0. I then took advantage of the "or any later
10 version" option and upgraded it the GNU GPL 3.0. This copy of
11 Vengeance is now licensed in that way.
13 https://intfiction.org/t/victor-gijsberss-if-archive-2004-2019/41659
14 http://lilith.cc/~victor/uploads/if/Archive2004-2019.zip
16 The recommended way to get a copy of this git repository is a
19 git clone --recursive https://jxself.org/git/?p=vengeance.git
21 This will clone all submodules recurively. If you did not perform a
22 recurive clone, once you have a copy of this git repository you will
23 also need the source code for the standard library:
25 git submodule update --init --recursive
27 To compile this game you will also need version 6 of the Inform
28 compiler from https://jxself.org/git/?p=inform.git
30 Once the compiler has been compiled and is ready for use return to
31 this directory and run:
33 inform +include_path=lib vengeance.inf
35 Or you can run the included build.sh script which does the same thing.
37 You will then get the story file for this game that can be run using
38 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux
39 distro probably has that packaged already for easy installation.
42 Copyright (C) 2019 Jason Self <j@jxself.org>
44 This file is free software: you may copy, redistribute and/or modify
45 it under the terms of the GNU Affero General Public License as
46 published by the Free Software Foundation, either version 3 of the
47 License, or (at your option) any later version.
49 This file is distributed in the hope that it will be useful, but
50 WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52 Affero General Public License for more details.
54 You should have received a copy of the GNU Affero General Public
55 License along with this file. If not, see https://gnu.org/licenses/