forked from minetest/minetest.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (107 loc) · 3.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
title: Home
layout: homepage
redirect_from:
- /screenshots/
---
<h1 id="Features">Features</h1>
<div class="row">
<div class="col-lg-6">
<h2 id="features">Players</h2>
<div>
<h4>Choose from Multiple Games</h4>
<p>There are many games to choose from. You could survive in a harsh
environment, build creatively, or fight other players.
Just <a href="/customize#games">download a game</a> or connect to a server.</p>
</div>
<div>
<h4>Enormous Maps</h4>
<p>With 62,000x62,000x62,000 blocks, there's no running out of space.
You can mine 31,000 blocks down, or build 31,000 blocks up.</p>
</div>
<div>
<h4>Multiplayer Support</h4>
<p>Play by yourself, locally with your friends, or online with dozens of players on a server.</p>
</div>
<div>
<h4>Texture Packs</h4>
<p>Not happy with the look of the textures? <a href="/customize/#texture-packs">Change them!</a></p>
</div>
<div>
<h4>Beautiful Map Generators</h4>
<p>Choose from many different fast map generators included in the engine,
or install one as a mod.</p>
</div>
</div>
<div class="col-lg-6">
<h2 id="features">Developers</h2>
<div>
<h4>Make a Game</h4>
<p>Create your own voxel game using our
<a href="http://dev.minetest.net/Modding_Intro">Lua API</a>.
No need to worry about tricky voxel rendering or networking;
instead write scripts to add items and control game play.
</p>
</div>
<div>
<h4>Modding API</h4>
<p>Use the same Lua API to make mods for any Minetest-based game.
Publish your mods on the <a href="https://forum.minetest.net">forums</a>,
and contribute to others' mods.
</p>
</div>
<div>
<h4>Large Collection of Existing Mods</h4>
<p>There are over 1,000 open source mods on our forums which are ready to
be used, adapted or learned from.
</p>
</div>
<div>
<h4>Friendly Community</h4>
<p>You can find help with any problems on our
<a href="https://forum.minetest.net">forums</a> or
<a href="/irc">IRC channels</a>.
</p>
</div>
<div>
<h4>Open Source</h4>
<p>The engine is open source and transparently developed.
<a href="https://github.com/minetest/minetest/issues">Submit an issue</a>
for anything you're missing, or get the source code and dig into it yourself.
</p>
</div>
</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-thumb.jpg" alt="A sandy beach with grass and trees in the distance">
</a>
</div>
<div class="col-lg-6">
<a href="/media/gallery/2.jpg" class="thumbnail">
<img src="/media/gallery/2-thumb.jpg" alt="A grassy field with rock and trees">
</a>
</div>
<div class="col-lg-6">
<a href="/media/gallery/3.jpg" class="thumbnail">
<img src="/media/gallery/3-thumb.jpg" alt="A pond with papyrus">
</a>
</div>
<div class="col-lg-6">
<a href="/media/gallery/4.jpg" class="thumbnail">
<img src="/media/gallery/4-thumb.jpg" alt="A jungle with trees and grass">
</a>
</div>
<div class="col-lg-6">
<a href="/media/gallery/5.jpg" class="thumbnail">
<img src="/media/gallery/5-thumb.jpg" alt="A cave lit with torches">
</a>
</div>
<div class="col-lg-6">
<a href="/media/gallery/6.jpg" class="thumbnail">
<img src="/media/gallery/6-thumb.jpg" alt="A cave filled with lava">
</a>
</div>
</div>