diff options
author | Adam Stück <adam@adast.xyz> | 2023-12-18 00:22:06 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-12-18 00:22:06 +0100 |
commit | 0c1a419df434d005257eeafc1cbf66d59633e191 (patch) | |
tree | 71c7f48b2867b7798d4a74e5b74fce3e851b75c1 /build/index.html | |
parent | 267ce378e2cdfb1e72dcfcd05c8d4b69da9c79cb (diff) |
index: move description to seperate intro post
Diffstat (limited to 'build/index.html')
-rw-r--r-- | build/index.html | 35 |
1 files changed, 9 insertions, 26 deletions
diff --git a/build/index.html b/build/index.html index 2528cd3..673b0cc 100644 --- a/build/index.html +++ b/build/index.html @@ -15,37 +15,20 @@ <main> <h1>arena: Quake-like multiplayer shooter </h1> -<blockquote><p><strong>arena</strong> is currently on hiatus. I am hoping to do a -complete open-source rewrite using the <a href="https://godotengine.org">Godot game -engine</a>.<br> -~ <em>2023-12-17</em></p> -</blockquote> -<p><strong>arena</strong> (working title) is a multiplayer old-school arena shooter being made -by me, <a href="https://adast.dk">Adam Stück</a>, with the Unity game engine. It's a hobby -project that I have been working on since 2016. It started as a <em>warmup</em> -project before jumping into developing an MMO, but I have since learned how -much work goes into making just a multiplayer fps. Especially as a solo -project. </p> -<p>At it's core, <strong>arena</strong> is supposed to be my attempt at recreating a mix of -Quake 3 / Quake Live along with whatever else I decide to add. </p> -<p>Main features (so far):</p> -<ul> -<li>p2p multiplayer</li> -<li>support for custom maps</li> -<li>vq3-like movement</li> -<li>rocket launcher + rocket jumping</li> -<li>health pickups</li> -<li>3 gamemodes (FFA, TDM, Race)</li> -</ul> -<p>I'm in the process of rewriting a lot of systems in the game at the moment -because I'm switching from janky p2p multiplayer to an authoritative server -setup with client-side prediction -<a href="https://www.gabrielgambetta.com/client-server-game-architecture.html">(more)</a>.</p> +<p><strong>arena</strong> is a old-school arena shooter being made by me, <a href="https://adast.dk">Adam +Stück</a>. </p> <ul> <li><a href="https://tv.adast.dk/c/arena/videos">Gameplay clips</a></li> <li><a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></li> </ul> +<h2>Updates</h2> +<blockquote><p>📢 <strong>arena</strong> is currently on hiatus. I am hoping to do a +complete open-source rewrite using the <a href="https://godotengine.org">Godot game +engine</a>.<br> +~ <em>2023-12-17</em></p> +</blockquote> <ul> +<li>2021-05-07 · <a href="2021-05/">Project introduction, May 2021</a></li> </ul> <footer role="contentinfo"> <hr> |