JS Minesweeper
by yanick.rochon@gmail.com
Changelog
- revision 6
- no confirmation on new game if the game is not active (see next bullet)
- changed function newGame() to Game() which returns an object with a single public method: isActive() (returns false if game is either won or lost)
- added some animation when revealing the empty cells
- empty cells doesn't show anything
- cells are smaller
- revision 5