hribhrib.at/games.html

35 lines
878 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hribhrib</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a href='index.html'>Home</a> |
<a href='music.html'>Music</a> |
<a href='games.html'>Games</a> |
<a href='photography.html'>Photography</a> |
<a href='projects.html'>Projects</a> |
<a href='contact.html'>Contact</a>
</div>
<div>
<h1>Games by hribhrib</h1>
<h2>Tacball</h2>
<p>"Tacball" is a cross-platform 2D soccer multiplayer game with the focus on tactical decisions what brings it to the level of chess.<br>
<a href='https://tacball.hribhrib.at' target="_blank">Link</a>
</p>
<h2>UnknownBeing</h2>
<p>UnknownBeing is a souls-like, non-linear text-adventure<br>
<a href='games/UnknownBeing.html' target="_blank">Link</a>
</p>
</div>
</body>
</html>