The minesweeper.js file contains the core implementation of Minesweeper. This contains all the game logic, and is UI-agnostic. Currently, a HTML5 Canvas user interface example is included and the game ...
Game was created without my previous bigger knowledge on javascript, though I studied mostly PHP and C#. The project was really fun and most important of all it works. Today my javascript and overall ...