Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describing functions and usage
  • Loading branch information
szirocica authored May 19, 2023
1 parent c4c1a85 commit d1718b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d1718b5

Please sign in to comment.