Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 849 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 849 Bytes

Minesweeper

Project of the minesweeper game with possibility to change level difficulty.

  • Application is made in JavaScript ES6.
  • Web app is responsive, made with clear CSS.
  • User can choose one of two available languages - English and Polish.

Installation

To successfully run application you need to have installed some type of locally running server, for example Live Server.

Open folder where you want to have project files, open console and then clone the repository

git clone https://github.com/maciekiwaniuk/minesweeper

Run application via local server and access it at http://localhost:5500 or http://127.0.0.1:5500

Application appearance