Difference between revisions of "Minetest"

From Free Software Directory
Jump to: navigation, search
m (fixed license verification info)
(Added Debian link)
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Minetest
 
|Name=Minetest
|Short description=A free Minecraft clone
+
|Short description=Multiplayer infinite-world block sandbox
|Full description=Minetest is a Minecraft clone, and is currently under active development. It is a "sandbox" game in which players explore an expansive world made of harvestable blocks. There are mountains, dungeions, monsters, and very deep caves to mine from. Harvested blocks can be crafted into tools or objects, and/or attached to other blocks in the world. There is also a multi-player mode with a number of active servers.
+
|Full description='''Minetest is a Minecraft / Infiniminer inspired game, currently under active development.'''
|Homepage URL=http://c55.me/minetest/
+
 
|Is GNU=No
+
It is a “sandbox” game in which players explore an expansive world made of harvestable blocks. There are mountains, dungeons and very deep caves to mine from. Harvested blocks can be crafted into tools or objects, and/or attached to other blocks in the world. There is also a multi-player mode with a number of active servers.
 +
 
 +
Minetest has a server-side [[Lua]] modding API, which makes it possible to add and modify content in easy-to-write mods.
 +
|Homepage URL=https://www.minetest.net/
 
|User level=beginner
 
|User level=beginner
 
|Component programs=Irrlicht
 
|Component programs=Irrlicht
|VCS checkout command=git clone https://github.com/celeron55/minetest.git
+
|VCS checkout command=git clone https://github.com/minetest/minetest.git; cd minetest/games; git clone https://github.com/minetest/minetest_game.git
|Computer languages=C++
+
|Computer languages=C++, Lua (server-side modding)
|IRC general=irc://irc.freenode.net/minetest
+
|Accepts cryptocurrency donations=No
|IRC development=irc://irc.freenode.net/minetest-delta
+
|IRC general=irc://chat.freenode.net/minetest
|Keywords=mining,3d,game,sandbox,exploration,multi-player
+
|IRC development=irc://chat.freenode.net/minetest-dev
|Version identifier=0.3.1
+
|Related projects=Terasology, Voxel.js
|Version date=2011/11/09
+
|Keywords=mining, 3d, game, sandbox, exploration, multi-player, multiplayer
|Version status=developmental
+
|Version identifier=0.4.16
|Version download=https://github.com/celeron55/minetest/tarball/0.3.1
+
|Version date=2017/06/03
 +
|Version status=stable
 +
|Version download=https://www.minetest.net/downloads/
 +
|Last review by=Bendikker
 +
|Last review date=2018/02/21
 +
|Is GNU=No
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=PilzAdam
 +
|License verified date=2013/09/26
 +
|License note=Source code.
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=Zlib with exception
 
|License verified by=Andrew Engelbrecht
 
|License verified by=Andrew Engelbrecht
|License verified date=2011/11/09
+
|License verified date=2011/12/09
|License note=source code
+
|License note=Irrlicht Engine
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Creative Commons Attribution-ShareAlike 3.0 Unported
+
|License=Creative Commons Attribution Share-Alike 3.0 Unported
 
|License verified by=Andrew Engelbrecht
 
|License verified by=Andrew Engelbrecht
|License verified date=2011/11/09
+
|License verified date=2011/12/05
|License note=textures and sounds
+
|License note=Textures and sounds of the default mods.
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Perttu Ahola
 
|Real name=Perttu Ahola
|Role=Lead Developer
+
|Role=Lead developer
 +
|Email=celeron55@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/minetest
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://github.com/celeron55/minetest
+
|Resource URL=https://github.com/minetest/minetest
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=General
 
|Resource audience=General
 
|Resource kind=Forum
 
|Resource kind=Forum
|Resource URL=http://c55.me/minetest/forum/
+
|Resource URL=https://forum.minetest.net/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Game=adventure, simulation
 
|Game=adventure, simulation
 +
|Programming-language=C++, lua
 +
|Runs-on=Windows, BSD, OS X, Android
 
|Use=gameplaying
 
|Use=gameplaying
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=OpenGL
+
|Prerequisite description=OpenGL 1.4 or newer
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 18:45, 21 February 2018


[edit]

Minetest

https://www.minetest.net/
Voxel Game Engine

A Libre voxel game engine. Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server.

Game Example: MineClone.

MineClone is a Minecraft / Infiniminer inspired game, currently under active development. It is a “sandbox” game in which players explore an expansive world made of harvestable blocks. There are mountains, dungeons and very deep caves to mine from. Harvested blocks can be crafted into tools or objects, and/or attached to other blocks in the world.

There is also a multi-player mode with a number of active servers.

Minetest has a server-side Lua modding API, which makes it possible to add and modify content in easy-to-write mods.





Licensing

License

Verified by

Verified on

Notes

Verified by

PilzAdam, Mertgor

Verified on

1 September 2023

Verified by

Andrew Engelbrecht, Mertgor

Verified on

1 September 2023

Notes

Textures and sounds of the default mods. https://github.com/minetest/minetest/blob/master/LICENSE.txt

Verified by

Andrew Engelbrecht, Mertgor

Verified on

1 September 2023




Leaders and contributors

Contact(s)Role
Perttu Ahola Lead developer


Resources and communication

AudienceResource typeURI
GeneralForumhttps://forum.minetest.net/
Debian (Ref)https://tracker.debian.org/pkg/minetest
DeveloperVCS Repository Webviewhttps://github.com/minetest/minetest


Software prerequisites

KindDescription
Required to useOpenGL 1.4 or newer




Entry








"Zlib with exception" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"Creative Commons Attribution Share-Alike 3.0 Unported" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"Lead developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.