2015-09-30 00:48:09 +01:00
|
|
|
Minetest Game [minetest_game]
|
|
|
|
=============================
|
2012-03-26 22:43:24 +03:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
The main and default (sub)game for the Minetest engine
|
2012-03-26 22:43:24 +03:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
For further information, check
|
|
|
|
[this forum topic](https://forum.minetest.net/viewtopic.php?f=15&t=9724).
|
|
|
|
Also see the [Minetest Wiki](https://wiki.minetest.net/Subgames/Minetest_Game)
|
|
|
|
for more information.
|
2012-03-26 22:43:24 +03:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
## Installation
|
|
|
|
---------------
|
2014-07-05 15:49:43 +02:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
* clone or download this repository or game tarball
|
|
|
|
* Unzip the archive,
|
|
|
|
* rename the directory to `minetest`
|
|
|
|
* and place it in .. `<SHAREDIR>/minetest/games/` if you use a system-wide installation
|
|
|
|
* or place it in `~/.minetest/games/` of your home.
|
2014-07-05 15:49:43 +02:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
## Compatibility
|
|
|
|
----------------
|
2014-07-05 15:49:43 +02:00
|
|
|
|
2021-12-09 17:52:42 -04:00
|
|
|
This source code and files are only compatible with matched minetest older engine
|
|
|
|
from https://codeberg.org/minenux/minetest-engine/src/branch/stable-0.4
|
|
|
|
Additionally, when the Minetest4 engine is tagged to be a certain version (e.g.
|
|
|
|
0.4.17.1), Minetest Game is tagged with the version 0.4.17.1 too.
|
|
|
|
|
|
|
|
When stable releases are made, Minetest Game and the Minetest engine is packaged
|
|
|
|
and made available at https://codeberg.org/minenux/minetest-engine/archive/stable-0.4.tar.gz
|
|
|
|
or generally at https://codeberg.org/minenux/minetest-engine/releases/tag/0.4.17.3 by example.
|
|
|
|
|
|
|
|
## Licensing
|
|
|
|
------------
|
|
|
|
|
|
|
|
See `LICENSE.txt`
|
2012-03-26 22:43:24 +03:00
|
|
|
|