A stupid, stupid game. https://fluffy.itch.io/dongs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
585 B
28 lines
585 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>dongs</title> |
|
<link rel="stylesheet" href="sbh.css"> |
|
<link rel="me" href="https://beesbuzz.biz/"> |
|
<script src="sbh.js"></script> |
|
</head> |
|
<body> |
|
<div id="arena"> |
|
<div id="score"></div> |
|
<div id="enemies"></div> |
|
<ul id="bullets"></ul> |
|
</div> |
|
|
|
<div id="title"> |
|
<div> |
|
<h1>dongs</h1> |
|
<h2>by <a href="https://beesbuzz.biz/">fluffy</a></h2> |
|
|
|
<p>Click to play</p> |
|
</div> |
|
</div> |
|
|
|
<div id="paused"><h1>Paused</h1></div> |
|
</body> |
|
</html>
|
|
|