From 160b665cd433799386871ab7711056eabb6a52fa Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Mon, 9 Mar 2015 13:02:27 +0000 Subject: [PATCH 1/2] skull & crossbones icon for mines --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 8ca8b13..300a310 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,7 @@ li.mine.revealed { background-color: #d23000; + color: #000; } li.mines1 { @@ -552,6 +553,7 @@ if ($(this).isMine()) { $(this).addClass("revealed"); + $(this).html("☠"); //skull & crossbones //game over, or lose a life, or whatever //... From 2c007f7c81984611bd5ce26fc87417b1d7f348b6 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Mon, 9 Mar 2015 18:15:26 +0000 Subject: [PATCH 2/2] need to add credits etc. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 300a310..685c7af 100644 --- a/index.html +++ b/index.html @@ -676,6 +676,7 @@

game over

+