mwc/index.html

100 lines
3.0 KiB
HTML

---
title: Home - Minetest
---
{% include header.html %}
<div class="jumbotron">
<div class="center">
<h1>Meet Minetest.</h1>
<h3>A free, open source voxel game engine and game. Fully extendable. You are in control.</h3>
<p><a class="btn btn-primary" href="#about">Tell me more</a> <a class="btn btn-success" href="downloads.html">Download</a></p>
<p><small><strong>News:</strong> 0.4.12 released (February 18<sup>th</sup> 2015)</small></p>
</div>
</div>
<div class="content">
<h1 id="about">About</h1>
<p>
<strong>Minetest is an infinite-world block sandbox game and a game engine</strong>, inspired by InfiniMiner, Minecraft and the like.
</p>
<p>
Minetest is available natively for Windows, OS X, GNU/Linux, Android, FreeBSD, and is Free/Libre and Open Source Software, released under the LGPL 2.1 or later.
</p>
<h1 id="features">Features</h1>
<div class="row">
<div class="col-lg-4">
<h4>Near-infinite maps</h4>
<p>With a 62000<sup>3</sup> block playing area, there's no running out of space. Yes, the world height is also near-infinite.</p>
</div>
<div class="col-lg-4">
<h4>Multiplayer support</h4>
<p>Play locally with your friends, or play online with dozens of players on a server.</p>
</div>
<div class="col-lg-4">
<h4>Multiple <em>subgames</em></h4>
<p>Want to install dozens of mods at once? You can. Want to play Hunger Games? No problem!</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h4>Modding API</h4>
<p><a href="http://dev.minetest.net/Intro">Modify the game and add new content</a> using the <a href="//www.lua.org/">Lua</a> programming language.</p>
</div>
<div class="col-lg-4">
<h4>Texture packs</h4>
<p>Not happy at the look of the textures? <a href="customize.html#texture-packs">Change the textures!</a></p>
</div>
<div class="col-lg-4">
<h4>Beautiful map generators</h4>
<p>Choose from three different in-house map generators, <em>v5</em>, <em>v6</em> and <em>v7</em>, each of them featuring several biomes.</p>
</div>
</div>
<h1 id="gallery">Gallery</h1>
<div class="row">
<div class="col-lg-6">
<a href="media/gallery/1.jpg" class="thumbnail">
<img src="media/gallery/1.jpg">
</a>
</div>
<div class="col-lg-6">
<a href="media/gallery/2.jpg" class="thumbnail">
<img src="media/gallery/2.jpg">
</a>
</div>
<div class="col-lg-6">
<a href="media/gallery/3.jpg" class="thumbnail">
<img src="media/gallery/3.jpg">
</a>
</div>
<div class="col-lg-6">
<a href="media/gallery/4.jpg" class="thumbnail">
<img src="media/gallery/4.jpg">
</a>
</div>
<div class="col-lg-6">
<a href="media/gallery/5.jpg" class="thumbnail">
<img src="media/gallery/5.jpg">
</a>
</div>
<div class="col-lg-6">
<a href="media/gallery/6.jpg" class="thumbnail">
<img src="media/gallery/6.jpg">
</a>
</div>
</div>
</div>
{% include footer.html %}