An open API service indexing awesome lists of open source software.

https://github.com/maciekiwaniuk/minesweeper

💣 Minesweeper web game made in JavaScript
https://github.com/maciekiwaniuk/minesweeper

css es6 javascript json localstorage multi-language oop rwd web-app

Last synced: 6 months ago
JSON representation

💣 Minesweeper web game made in JavaScript

Awesome Lists containing this project

README

          

# 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](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer).

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

![](https://github.com/maciekiwaniuk/minesweeper/raw/main/assets/images/readme/image.jpg?raw=true)