summaryrefslogtreecommitdiff
path: root/mines.js
AgeCommit message (Collapse)Author
2019-07-15[RELEASE] Loading and saving (plus some bugfixes)Kyle Gunger
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
2018-09-23Clock fixKyle Gunger
+ Fixed bug preventing clock from working Signed-off-by: Kyle Gunger <corechg@gmail.com>
2018-09-23Slight change in codeKyle Gunger
~ changes where the script gets elements for improved readability
2018-09-22+ difficulty selectorKyle Gunger
+ cursor change on the game status indicator
2018-09-21Version 1.0CoreChg
Initial release