This repository has been archived on 2023-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameserver/website/_site/help_hedgewars.html

90 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS-LAN</title>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="assets/js/serverstats.js"></script>
</head>
<body>
<nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="assets/img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by DeathByDenim</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="index.html" class="nav-link " aria-current="page">Home</a></li>
<li class="nav-item"><a href="tournament.html" class="nav-link ">Tournament</a></li>
<li class="nav-item"><a href="schedule.html" class="nav-link ">Schedule</a></li>
<li class="nav-item"><a href="help.html" class="nav-link active">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link ">Admin</a></li>
</ul>
</header>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Hedgewars</h1>
<p>Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.</p>
<img src="assets/img/hedgewars.png" alt="Screenshot of Hedgewars">
<h2>Getting the game</h2>
<div class="download"><a href="https://www.hedgewars.org/download.html">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>Use the right mouse button to open the weapons menu.</li>
<li>
Use the arrow keys to move around. You can jump with &lt;Enter&gt;
or do a long jump &lt;Backspace&gt;.
</li>
<li>
Hold down &lt;Space&gt; to shoot. The longer you keep it pressed,
the further you will shoot.
</li>
</ul>
<h2>Connecting</h2>
<p>
To set your in-game name, click on the wrench icon at the bottom-right.
You can set your name under the Network tab. A password is not necessary.
</p>
<p>
Go back to the main menu by clicking on the red arrow at the bottom
left of the screen and click the globe on the right and choose
&quot;Play local network game&quot;. A new screen will open up.
</p>
<p>
At the bottom, there is a button called &quot;Specify addres&quot;.
Fill in 192.168.122.44 for the host and leave the port number at 46631.
</p>
<img src="assets/img/help_hedgewars.png" alt="Connection settings for Hedgewars" class="img-fluid">
<p>
You should now see a list of rooms. There should be one room you can join.
</p>
<p></p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
<div class="offline-blur">OFFLINE</div>
<div class="offline">OFFLINE</div>
</div>
</div>
</div>
</body>
</html>