User:Rarkenin/Minetest

From Wikipedia, the free encyclopedia

Minetest

Minetest is an open-source, open world sandbox game, inspired by Infiniminer and Minecraft [1], and actively developed [2] on GitHub. The engine offers a server-side modding API using LUA[3] and a size limit of approximately 31000 blocks in each direction [4]. Minetest supports multiplayer gameplay on others' servers as well as a singleplayer mode usable offline. The server and client are written in mainly C, with portions in C++ and specific world behavior written in LUA, as part of the default mod install [2].

Gameplay[edit]

Similar to Minecraft, the world is composed of blocks, known as nodes in Minetest. Tools may be created and crafted out of materials available and minable in the game, and used to mine items more quickly, or mine those that cannot be broken by hand. As these tools are used, they will deteriorate. Blocks may also be placed to build structures, and used to smelt items in furnaces. Liquid nodes also exist. The player may take damage from falling, lava, or other players, and will respawn without loss of items if they are killed.

Map Generation[edit]

Minetest generates maps procedurally, with a seed integer sufficient to identify a distinct map. For debugging reasons, player actions and system random methods do not affect the map generation. The map generator also supports distinct biomes [5] such as desert, forest, and mountain regions.

References[edit]

  1. ^ "Main Page". Minetest Wiki. Minetest. Retrieved 5 December 2012.
  2. ^ a b Ahola, Perttu. "Minetest GitHub Repository". Minetest GitHub Repository. GitHub. Retrieved 5 December 2012.
  3. ^ "Minetest API". Minetest API
  4. ^ Ahola, Perttu. "About - Minetest". Minetest.net. Minetest.net. Retrieved 5 December 2012. Documentation. Minetest.net. Retrieved 5 December 2012. {{cite web}}: External link in |work= (help); Italic or bold markup not allowed in: |work= (help); line feed character in |work= at position 20 (help)
  5. ^ "Biomes - Minetest Wiki". Minetest Wiki. Minetest.

External links[edit]