minetest
Voxel game engine
Minetest is a voxel game engine that supports modding and game creation using its Lua modding API. It allows playing a wide range of voxel-based games, installing mods and texture packs. This package only provides the base platform, users need to install games themselves (for example, minetest-game
), either through Guix, the built-in interface or other sources.
- Versions: 5.10.0
- Website: https://www.minetest.net/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/minetest.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of minetest
as follows:
guix install minetest
Or install a particular version:
guix install minetest@5.10.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of minetest about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/minetest'><img src='https://packages.guix.gnu.org/packages/minetest/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/minetest/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/minetest)
Example Org:
[[https://packages.guix.gnu.org/packages/minetest][https://packages.guix.gnu.org/packages/minetest/badges/latest-version.svg]]