Newer
Older
wwwcats / public_html / about.html
<!DOCTYPE HTML>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title>About Detonating Cats</title>
<style>
body {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
p {
	line-height: 1.6em;
	text-justify: inter-word;
	text-align: justify;
}
</style>
	</head>
	<body>
		<h1>About Detonating Cats</h1>
		<p>
			Detonating Cats is a web-based clone of the popular
			<a href="https://explodingkittens.com">Exploding Kittens</a> card game, written by Lawrence Brown to
			stave off boredom during the coronavirus lockdown of December 2020.
		</p>
		<p>
			The game's art and code are original, although the concept and <i>Exploding Kittens</i> trademark are
			property of Exploding Kittens Inc. Please don't sue me.
		</p>
		<p>
			The game is licensed under the GNU AGPLv3 license, which grants you the freedom to run, modify and
			share it, as long as you continue to provide the source code of your copy under the same (or
			compatible) license. For details and the full license text, please see the <code>LICENSE</code>
			document distributed alongside this program.
		</p>
		<p>
			The source code, including full instructions for compiling and running the game on your own computer,
			is available on GitHub: <a href="https://github.com/albino/wwwcats">albino/wwwcats</a>.
		</p>
	</body>
</html>