Merge remote-tracking branch 'origin/master' into gh-pages

This commit is contained in:
synth-ruiner 2015-03-09 18:18:09 +00:00
commit f2a7359af7
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,7 @@
li.mine.revealed { li.mine.revealed {
background-color: #d23000; background-color: #d23000;
color: #000;
} }
li.mines1 { li.mines1 {
@ -552,6 +553,7 @@
if ($(this).isMine()) { if ($(this).isMine()) {
$(this).addClass("revealed"); $(this).addClass("revealed");
$(this).html("☠"); //skull & crossbones
//game over, or lose a life, or whatever //game over, or lose a life, or whatever
//... //...
@ -674,6 +676,7 @@
</div> </div>
<div id="gameOver"> <div id="gameOver">
<h1>game over</h1> <h1>game over</h1>
<!-- credits go here -->
<button>reset</button> <button>reset</button>
</div> </div>
<div id="setup"> <div id="setup">