-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
57 lines (43 loc) · 1.97 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Sub game for the Minetest game engine [grailtest]
=================================================
To use this game with Minetest, insert this repository as
/games/grailtest
in the Minetest Engine.
The Minetest Engine can be found in:
https://github.com/minetest/minetest/
Compatibility
--------------
The grail_test github master HEAD is generally compatible with the latest development version of minetest.
This version depends on minetest 5.x
Purpose
-------
Find the Grail.
License of source code
----------------------
Copyright (C) 2014-2016 afflatus, Tim Hawthorn <[email protected]>
Based on minetest_game:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <[email protected]>
See README in each mod directory for information about other authors.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License of media (textures and sounds)
--------------------------------------
menu/background.png and menu/icon.png
Copyright (C) 2014-2016 afflatus, Tim Hawthorn <[email protected]>
Based on original minetest_game media:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <[email protected]>
See README.txt in each mod directory for information about other authors.
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Gratitude
---------
To all the regular players for game testing.