28 lines
740 B
HTML
28 lines
740 B
HTML
|
<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> — refer to <code>Skins/Notes.txt</code></li>
|
||
|
<li><b>Audio</b> — directly from Minesweeper for Windows XP</li>
|
||
|
<li><b>Everything else</b> — me</li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|