-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
23 lines (20 loc) · 1.29 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<article class="dialog" id="about">
<header>
<a class="close button" href="#top"><span>Back to the game</span></a>
<h1>About CSS Minesweeper</h1>
</header>
<h2>CSS Minesweeper <span>version 0.3</span></h2>
<p>This is an near equivalent to the well-known minesweeper game. The grid is generated in PHP, but the game itself is entirely static, made of HTML and CSS. No javascript.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Like standard game: look & feel, set/remove flags, mine counter, predefined & custom levels, bad-flags detection, empty areas...</li>
<li>HTML 5 markup (ok, doesn't really matter :p).</li>
<li>Share a given game with your friends by sending them the exact URL.</li>
<li>Access your previously won and lost games through the history. If you want to play them again,
simply remove them from the history.</li>
<li>Themeable via alternate stylesheets (more themes needed!)</li>
</ul>
<p>The whole code, including PHP, is available through git. Simply type:</p>
<code>$ git clone http://da.weeno.net/code/git-repo/mine.git</code>
<p>This game was started by <a href="http://da.weeno.net/">David Ammouial</a> in Jan 2010. It is distributed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License v3</a>.</p>
</article>