Skip to content

💣 Minesweeper web game made in JavaScript

Notifications You must be signed in to change notification settings

maciekiwaniuk/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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