From f943bcf1698b26d1e03709d3db347f427f58c2ee Mon Sep 17 00:00:00 2001 From: 0100 1011 0100 1111 0100 0100 Date: Wed, 9 May 2018 21:58:45 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 99c1e9e..eaa1c96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Minesweeper.js A sweet, tasty, little Minesweeper game written in JavaScript with HTML5 <canvas> Element + +![Screenshot of the game](https://i.imgur.com/AaqL9C7.png) + +## 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 +![](https://i.imgur.com/rPYdF9P.gif) + +![](https://i.imgur.com/tPIsZHf.gif)