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_teeworlds.html

73 lines
3.3 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>Teeworlds</h1>
<p>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</p>
<img src="assets/img/teeworlds.png" alt="Screenshot of Teeworlds">
<h2>Getting the game</h2>
<div class="download"><a href="https://www.teeworlds.com/?page=downloads">DOWNLOAD</a></div>
<p>Click the name of your OS on the left of the most recent version. Extract the file wherever you like and start playing.</p>
<h2>Tips</h2>
<ul>
<li>You can double jump by pressing &lt;Space&gt; a second time.</li>
<li>Use your grappling hook by using the right-mouse button.</li>
</ul>
<h2>Connecting</h2>
<p>Click on Settings and choose the Player tab. You can fill in your name so we can recognize you when you join the server. The Tee tab will also let you customize your appearance.</p>
<img src="assets/img/help_teeworlds_name.png" alt="Teeworlds setting for player name" class="img-fluid">
<p>To connect to the server, got back to the main menu and click Play.</p>
<p>At the bottom of the screen you can fill in the name of the server in the Host address field. Type 192.168.122.44 and press &lt;Enter&gt; or click Connect.</p>
<img src="assets/img/help_teeworlds_server.png" alt="Joining the Teeworlds server" class="img-fluid">
<p>You should now be connected.</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>