javasweeper/about.html

28 lines
740 B
HTML
Raw Normal View History

2023-05-21 15:13:45 -07:00
<html>
<body style='width: 600px;'>
<h1>About</h1>
<p>
This is a Minesweeper clone in Java that mirrors Minesweeper for
Windows XP, minus the question marks because they are an objectively
bad feature that nobody uses and only exist to slow you down when
you accidentally flag something. The game uses Minesweeper X,
another free Minesweeper clone by Curtis Bright, as reference, and
uses the same custom skin format (see the <code>Skins/</code>
directory).
</p>
<h2>Credits</h2>
<ul>
<li><b>Skins</b> &mdash; refer to <code>Skins/Notes.txt</code></li>
<li><b>Audio</b> &mdash; directly from Minesweeper for Windows XP</li>
<li><b>Everything else</b> &mdash; me</li>
</ul>
</body>
</html>