Added help for Armagetron

This commit is contained in:
DeathByDenim 2022-03-19 09:43:00 -04:00
parent c31ce0216d
commit 9422e42e60
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Game server</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/serverstats.css">
<link rel="stylesheet" href="css/help.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="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="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</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">
<h1>Armagetron Advanced</h1>
<p>
Drive your lightcycle and leave a lightwall behind you. Survive as
long as you can and try to make other run into walls.
</p>
<img src="img/armagetron.png" alt="Screenshot of Armagetron Advanced">
<h2>Getting the game</h2>
<div class="download"><a href="http://www.armagetronad.org/downloads.php">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>Press the down arrow key to brake</li>
<li>Drive as close as you can to a wall to get a speed boost</li>
</ul>
<h2>Connecting</h2>
<p>
Use the arrow keys to nagivate to Play Game and press &lt;Enter&gt;.
Then go to Multiplayer and then to Custom Connect.
</p>
<p>
Enter DOMAINNAME in the Address field and keep the port number at 4534.
Navigate down to Connect to Server to join.
</p>
<p>You should now be connected.</p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

BIN
website/img/armagetron.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -105,6 +105,13 @@
<p>There are a few game servers running. To connect, simply start the game and connect to this domain. See also the <a href="help.html">Help</a> section for more information.</p>
<table class="table">
<tbody>
<tr>
<td><a href="help_armagetron.html"><img src="img/armagetron.png" height="64" alt="Tiny screenshot of Armagetron Advanced"></a></td>
<td>Armagetron Advanced</td>
<td>Drive your lightcycle and leave a lightwall behind you. Survive as
long as you can and try to make other run into walls.</td>
<td><a href="help_armagetron.html">More info</a></td>
</tr>
<tr>
<td><a href="help_bzflag.html"><img src="img/bzflag.png" height="64" alt="Tiny screenshot of Bzflag"></a></td>
<td>Bzflag</td>