From 278f2ff2d0888893b30b4179dd3400201af1fa1b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 15 Jul 2019 21:02:34 -0400 Subject: [RELEASE] Loading and saving (plus some bugfixes) Additions: + Loading and saving game states now supported (from app-created save files) + Code taken from Kanchu (and contributors) on StackOverflow for saving files + 3x3 minimum area implemented for game starts + Bugfix for disappearing mines on local repo Other: ~ More concise CSS ~ Probably the final version unless I find another cool feature which I feel like putting in --- index.html | 10 ++- mines.css | 34 ++++----- mines.js | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 251 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 27fe72f..5b27806 100644 --- a/index.html +++ b/index.html @@ -26,13 +26,17 @@ +
+ +
+ |

0

0


- +