-
Notifications
You must be signed in to change notification settings - Fork 0
A minesweeper board using only HTML and CSS. (The grid is still randomly generated in PHP)
davux/mine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<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>
About
A minesweeper board using only HTML and CSS. (The grid is still randomly generated in PHP)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published