Go to file
2019-04-08 21:59:43 +02:00
animations Dynamic page generator 2018-05-11 13:24:31 +02:00
css Some minor improvements 2018-05-13 11:26:53 +02:00
fonts Some minor improvements 2018-05-13 11:26:53 +02:00
icons Add favicon 2018-05-11 11:07:11 +02:00
lib Initial Commit (first version of Minesweeper.js) 2018-04-22 09:34:50 +02:00
.gitignore Some minor improvements 2018-05-13 11:26:53 +02:00
game.js Improve key input 2019-04-08 21:59:43 +02:00
index.html Adjust event listeners to mobile devices 2018-05-13 11:43:09 +02:00
LICENSE Initial commit 2018-04-22 09:31:44 +02:00
minesweeper.js Adjust event listeners to mobile devices 2018-05-13 11:43:09 +02:00
README.md Update README.md 2018-05-09 21:58:45 +02:00

Minesweeper.js

A sweet, tasty, little Minesweeper game written in JavaScript with HTML5 <canvas> Element

Screenshot of the game

Functions

Currently, Minesweeper.js has the basic functions which are already known from the original Minesweeper game. This includes the possibility to uncover tiles, flag tiles and auto uncover tiles (when there are enough flags in the area). Furthermore, there are several animations. For example, tile transitions, clicking animation as well as a victory screen. Learn more about these animations by looking at the screenshots underneath.

Screenshots