Minetest

From Minetest Wiki
Revision as of 20:26, 26 July 2016 by Wuzzy (talk | contribs) (Write a MUCH more detailed description of Minetest)
Jump to navigation Jump to search
Languages Language: English • Deutsch • français • Bahasa Indonesia • italiano • 日本語 • Bahasa Melayu
Minetest logo

Minetest is a free software game engine to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”).

The basic idea of each game is always the same: The player is thrown into a huge world made out of cubes/blocks. Most of the time, these cubes make the landscape and these blocks can be removed and placed almost entirely freely. Using the collected items, new tools and other items can be crafted. Games (“subgames” in Minetest terms) in Minetest can, however, be much more complex than this.

A core concept of Minetest is a built-in modding capability, based on the Lua programming language. Mods allow one or more certain aspects of an existing game to be modified. Minetest mods can be as simple as adding a few decorational blocks or very complex by (for example) introducing complex new gameplay concepts or generating a completely different kind of world, and many other things. For the player, using a new mod requires to copy or extract some files into a certain location and pressing some buttons in Minetest's interface.

Minetest can be played alone or online together with multiple players.

Minetest is usually bundled with a simple default game, named “Minetest Game”. Other games for Minetest can be downloaded from the official Minetest forums.

Features

  • A big cube-based world to discover (ca. 60000 blocks in every dimension)
  • Procedurally generated world
  • Several world generators with many adjustable parameters
  • Extremely high configurability
  • Customize the graphics and sounds through texture packs
  • Singleplayer mode and online multiplayer mode
  • Server list
  • Sophisticated modding system
  • Relatively low system requirements

System requirements

Operating system

The following operating systems are supported officially:

  • Android (4.0 or later recommended)
  • GNU/Linux
  • OS X (10.8 or later recommended)
  • Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
  • Other (see the download page)

Hardware requirements

TO BE WRITTEN.

Legal

Minetest is free software, without advertisements and free of charge. It is licensed under the GNU Lesser General Public License, version 2.1, with artwork generally covered by Creative Commons Attribution ShareAlike 3.0.

See also