Initial stab at help pages

This commit is contained in:
DeathByDenim 2022-02-21 14:47:44 -05:00
parent ab0061d6d8
commit 98399cdd29
26 changed files with 623 additions and 45 deletions

15
website/css/help.css Normal file
View File

@ -0,0 +1,15 @@
.download {
margin-top: 2em;
margin-bottom: 2em;
}
.download a {
color: #222;
font-weight: bold;
text-decoration: none;
border: solid 3px #bbb;
border-radius: 30px;
padding: 1em;
margin: 1em;
background-color: #eee;
}

View File

@ -100,36 +100,19 @@
<img src="img/movim_interface2.png" alt="Screenshot of the Mov.im interface">
<p>There are usually people here, even outside of the event.</p>
<h3>Games</h3>
<h4>How to connect to Bzflag</h4>
<p>
The menus are not mouse-driven, use the arrow keys and the
&lt;Enter&gt; key to move around
</p>
<p>
From the main menu, choose &quot;Join Game&quot;
</p>
<p>
Move the cursor down to &quot;Server:&quot; and enter DOMAINNAME.
Leave the port number set to 5154.
</p>
<h5>How to connect to Hedgewars</h5>
<p>Move your mouse over the picture of the world. The text at the bottom of the screen should change to &quot;Play a game across a network&quot;.</p>
<p>After you clicked that, you should see &quot;Play local network game&quot;. The terminology is a bit poor, but that's actually what we need.</p>
<p>This will take you to a server browser. Click on the button at the bottom in the middle called &quot;Specify address&quot;.</p>
<p>Type in DOMAINNAME. Leave the port number at 46631.</p>
<p>This will take you to the rooms. There should be only one. Click on that.</p>
<h5>How to connect to Lix</h5>
<h5>How to connect to Mindustry</h5>
<p>From the main menu, choose &quot;Play&quot; and then &quot;Join Game&quot;</p>
<p>You can enter your own name here. This is how people will see you in-game.</p>
<p>Click on &quot;Add Server&quot; and for the address, type DOMAINNAME. It should appear under &quot;Remote Servers&quot; now.</p>
<p>Click on that to join.</p>
<h5>How to connect to OpenHV</h5>
<h5>How to connect to OpenSpades</h5>
<h5>How to connect to SuperTuxKart</h5>
<h5>How to connect to Teeworlds</h5>
<h5>How to connect to Unvanquished</h5>
<h5>How to connect to Xonotic</h5>
<p>Each game has their own separate help page</p>
<ul>
<li><a href="help_bzflag.html">Bzflag</a></li>
<li><a href="help_hedgewars.html">Hedgewars</a></li>
<li><a href="help_lix.html">Lix</a></li>
<li><a href="help_mindustry.html">Mindustry</a></li>
<li><a href="help_openhv.html">OpenHV</a></li>
<li><a href="help_openspades.html">OpenSpades</a></li>
<li><a href="help_supertuxkart.html">SuperTuxKart</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>
</ul>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>

60
website/help_bzflag.html Normal file
View File

@ -0,0 +1,60 @@
<!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">
</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">
<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>Bzflag</h1>
<p>Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.</p>
<img src="img/bzflag.png" alt="Screenshot of Bzflag">
<h2>Getting the game</h2>
<div class="download"><a href="https://www.bzflag.org/downloads/">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>Jump using the &lt;Tab&gt; key</li>
<li>Shoot using the &lt;Enter&gt; key</li>
<li>You stay still by placing the mouse cursor on the centre of the screen. Placing it slightly above will slowly move forward and all the way at the top means maximum speed. The same for turning left or right or reversing.</li>
</ul>
<h2>Connecting</h2>
<p>Use the arrow keys to nagivate to Join Game and press &lt;Enter&gt;.</p>
<p>
Move down to Server and type DOMAINNAME and keep the port number at 5154.
You can also set your Callsign here. This is how other players will see
your name. Then move up to Connect and press &lt;Enter&gt;.</p>
<img src="img/help_bzflag.png" alt="Server join screen for Bzflag" class="img-fluid">
<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>

View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>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="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>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

50
website/help_lix.html Normal file
View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>Lix</h1>
<p>Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.</p>
<img src="img/lix.png" alt="Screenshot of Lix">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/SimonN/LixD">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>Mindustry</h1>
<p>A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.</p>
<img src="img/mindustry.png" alt="Screenshot of Mindustry">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/Anuken/Mindustry/releases">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

50
website/help_openhv.html Normal file
View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>OpenHV</h1>
<p>Real-time strategy game where you mine resources and build units to attack and defend.</p>
<img src="img/openhv.png" alt="Screenshot of OpenHV">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/OpenHV/OpenHV/releases">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>OpenSpades</h1>
<p>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.</p>
<img src="img/openspades.png" alt="Screenshot of OpenSpades">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/yvt/openspades/releases">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>SuperTuxKart</h1>
<p>Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.</p>
<img src="img/supertuxkart.png" alt="Screenshot of SuperTuxKart">
<h2>Getting the game</h2>
<div class="download"><a href="https://supertuxkart.net/Download">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,59 @@
<!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">
</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">
<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>Teeworlds</h1>
<p>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</p>
<img src="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 &ltSpace&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="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 DOMAINNAME and press &lt;Enter&gt; or click Connect.</p>
<img src="img/help_teeworlds_server.png" alt="Joining the Teeworlds server" class="img-fluid">
<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>

View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>Unvanquished</h1>
<p>First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.</p>
<img src="img/unvanquished.png" alt="Screenshot of Unvanquished">
<h2>Getting the game</h2>
<div class="download"><a href="https://unvanquished.net/download/">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

50
website/help_xonotic.html Normal file
View File

@ -0,0 +1,50 @@
<!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">
</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">
<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>Xonotic</h1>
<p>First-person shooter where players compete in a 3D world. It features Battle Royale mode.</p>
<img src="img/xonotic.png" alt="Screenshot of Xonotic">
<h2>Getting the game</h2>
<div class="download"><a href="https://xonotic.org/download/">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
</ul>
<h2>Connecting</h2>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

BIN
website/img/bzflag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
website/img/hedgewars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
website/img/help_bzflag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
website/img/lix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
website/img/mindustry.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
website/img/openhv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
website/img/openspades.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
website/img/teeworlds.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
website/img/xonotic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -31,28 +31,89 @@
<div class="row">
<div class="col-md-8">
<h1>About onFOSS-LAN</h1>
<p>onFOSS-LAN is a online, "Free (as Freedom) and Open Source" LAN-Party hosted by hribhrib. The goal is to get people together, enjoying the art of computer games and having a great time in these days. The FOSS community is a place of being open minded and acceptance to all different kinds of people with the focus of fully transparent systems and protecting individuals. So it does not matter if you are on Windows, Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup to run those games.</p>
<p>
onFOSS-LAN is a online, "Free (as Freedom) and Open Source" LAN-Party
hosted by hribhrib. The goal is to get people together, enjoying the
art of computer games and having a great time in these days. The FOSS
community is a place of being open minded and acceptance to all
different kinds of people with the focus of fully transparent systems
and protecting individuals. So it does not matter if you are on Windows,
Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup
to run those games.
</p>
<p>This concept was originally started at <a href="https://onfoss.hribhrib.at/">hribhrib.at</a></p>
<h1>Games</h1>
<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>
<p>Available games are:</p>
<ul>
<li>Bzflag (<a href="https://www.bzflag.org/downloads/">download</a>)</li>
<li>Hedgewars (<a href="https://www.hedgewars.org/download.html">download</a>)</li>
<li>Lix (<a href="https://github.com/SimonN/LixD">download</a>)</li>
<li>Mindustry (<a href="https://github.com/Anuken/Mindustry/releases">download</a>)</li>
<li>OpenHV (<a href="https://github.com/OpenHV/OpenHV/releases">download</a>)</li>
<li>OpenSpades (<a href="https://github.com/yvt/openspades/releases">download</a>)</li>
<li>SuperTuxKart (<a href="https://supertuxkart.net/Download">download</a>)</li>
<li>Teeworlds (<a href="https://www.teeworlds.com/?page=downloads">download</a>)</li>
<li>Unvanquished (<a href="https://unvanquished.net/download/">download</a>)</li>
<li>Xonotic (<a href="https://xonotic.org/download/">download</a>)</li>
</ul>
<table class="table">
<tbody>
<tr>
<td><img src="img/bzflag.png" height="64"></td>
<td>Bzflag</td>
<td>Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.</td>
<td><a href="help_bzflag.html">More info</a></td>
</tr>
<tr>
<td><img src="img/hedgewars.png" height="64"></td>
<td>Hedgewars</td>
<td>Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.</td>
<td><a href="help_hedgewars.html">More info</a></td>
</tr>
<tr>
<td><img src="img/lix.png" height="64"></td>
<td>Lix</td>
<td>Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.</td>
<td><a href="help_lix.html">More info</a></td>
</tr>
<tr>
<td><img src="img/mindustry.png" height="64"></td>
<td>Mindustry</td>
<td>A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.</td>
<td><a href="help_mindustry.html">More info</a></td>
</tr>
<tr>
<td><img src="img/openhv.png" height="64"></td>
<td>OpenHV</td>
<td>Real-time strategy game where you mine resources and build units to attack and defend.</td>
<td><a href="help_openhv.html">More info</a></td>
</tr>
<tr>
<td><img src="img/openspades.png" height="64"></td>
<td>OpenSpades</td>
<td>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.</td>
<td><a href="help_openspades.html">More info</a></td>
</tr>
<tr>
<td><img src="img/supertuxkart.png" height="64"></td>
<td>SuperTuxKart</td>
<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><img src="img/teeworlds.png" height="64"></td>
<td>Teeworlds</td>
<td>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</td>
<td><a href="help_teeworlds.html">More info</a></td>
</tr>
<tr>
<td><img src="img/unvanquished.png" height="64"></td>
<td>Unvanquished</td>
<td>First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.</td>
<td><a href="help_unvanquished.html">More info</a></td>
</tr>
<tr>
<td><img src="img/xonotic.png" height="64"></td>
<td>Xonotic</td>
<td>First-person shooter where players compete in a 3D world. It features Battle Royale mode.</td>
<td><a href="help_xonotic.html">More info</a></td>
</tr>
</tbody>
</table>
<p>Enjoy!</p>
<h1>Communication</h1>
<p>Mumble chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a></p>
<p>We use Mumble voice chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a>. It is the main mode of cummunication during the event.</p>
<p>Matrix chat on <a href="https://matrix.to/#/#xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p>
<p>XMPP chat on <a href="xmpp:onfoss@conference.hribhrib.at?join">onfoss@conference.hribhrib.at</a></p>
<p>See the <a href="help.html">help page</a> for more information on how to connect to these services.</p>
<h1>Code</h1>
<p>Code for setting up server is on <a href="https://github.com/DeathByDenim/gameserver">Github</a></p>
</div>