minesweeper
minesweeper copied to clipboard
Refactorings
Use right-click as additional flag creator
created functions for edge-checking
Simplified checkSquare()
Removed shuffledArray
since Array.sort()
is an inline operation.