games.i2p-website/game/mindustry.html

24 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Games and gaming in I2P</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<h2>Links</h2>
<p>Site: <a href="https://mindustrygame.github.io" target="_blank">https://mindustrygame.github.io</a></p>
<p>Git: <a href="https://github.com/Anuken/Mindustry" target="_blank">https://github.com/Anuken/Mindustry</a></p>
<p>Libregamewiki: <a href="https://libregamewiki.org/Mindustry" target="_blank">https://libregamewiki.org/Mindustry</a></p>
<h2>How to install</h2>
<p>See the installation way for your platform on the site</p>
<p>In main menu of game: Play -> Join Game. Choose the name, press add server: enter adress 127.0.0.1, port can be not indicated (default 6567). Click in the field of the added server.</p>
<h3>GNU/Linux</h3>
<p>1. Install "Java Runtime Environments" (JRE, abridged version of JDK) or "The IcedTea Open Java SE" (open implementation of Java);</p>
<p>2. Download the latest version of Mindustry.jar file from <a href="https://github.com/Anuken/Mindustry/releases">release on GutHub</a>;</p>
<p>3. Give users right to run the file as executable: <code>$ chmod +x path/to/file/Mindustry.jar</code>;</p>
<p>4. Run file from your file manager or terminal: <code>$ java -jar part/to/file/Mindustry.jar</code>;</p>
</body>
</html>