Add Super Tux Party help

This commit is contained in:
DeathByDenim 2022-07-10 11:55:48 -04:00
parent 2b5592c371
commit 5a6c5817dc
4 changed files with 65 additions and 0 deletions

View File

@ -113,6 +113,7 @@
<li><a href="help_openspades.html">OpenSpades</a></li>
<li><a href="help_soldat.html">Soldat</a></li>
<li><a href="help_supertuxkart.html">SuperTuxKart</a></li>
<li><a href="help_supertuxparty.html">Super Tux Party</a></li>
<li><a href="help_teeworlds.html">Teeworlds</a></li>
<li><a href="help_unvanquished.html">Unvanquished</a></li>
<li><a href="help_xonotic.html">Xonotic</a></li>

View File

@ -0,0 +1,58 @@
<!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>Super Tux Party</h1>
<p>Turn-based party game where you challenge other player in real-time mini games.</p>
<img src="img/supertuxparty.png" alt="Screenshot of Super Tux Party">
<h2>Getting the game</h2>
<div class="download"><a href="https://supertux.party/download/latest/">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>Use the right mouse button to use your jetpack.</li>
<li>Press Q to switch to your secondary weapon and E to throw grenades.</li>
</ul>
<h2>Connecting</h2>
<p>SClick on "Play online".</p>
<p>Click on the + and type DOMAINNAME and press &lt;Enter&gt;.</p>
<p>Click on DOMAINNAME to connect.</p>
<p>At the bottom of the screen there is a small text field and a Join Lobby button. This is a randomly generated string that needs to be provided by whoever created the lobby. This will be shared over Matrix or Mumble.</p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -108,6 +108,12 @@
<td>Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.</td>
<td><a href="help_supertuxkart.html">More info</a></td>
</tr>
<tr>
<td><a href="help_supertuxparty.html"><img src="img/supertuxparty.png" height="64" alt="Tiny screenshot of Super Tux Party"></a></td>
<td>Super Tux Party</td>
<td>Turn-based party game where you challenge other player in real-time mini games.</td>
<td><a href="help_supertuxparty.html">More info</a></td>
</tr>
<tr>
<td><a href="help_teeworlds.html"><img src="img/teeworlds.png" height="64" alt="Tiny screenshot of Teeworlds"></a></td>
<td>Teeworlds</td>