From d1718b50eb7881eb7a3ab197b2d9e1cea52c6749 Mon Sep 17 00:00:00 2001 From: szirocica <81563610+szirocica@users.noreply.github.com> Date: Fri, 19 May 2023 21:55:51 +0200 Subject: [PATCH] Update README.md Describing functions and usage --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dbed691..7740e9d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ This is a simple minesweeper project written in the following technologies: - HTML - CSS - Javascript + +The application allows to: + - Click on cells of a grid to check if it holds a mine or how many mines are in its environment + - In case of win or lose a feedback message + - Adjust difficulty level to the users preference + - Start a new game + +How to use: +- Open index.html in your favorite browser +- Click in the grid to start a game +- In case of lose or win start a new game by clicking "új játék" button +- Change difficulty by clicking on one of the radiobuttons +