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
- Host: GitHub
- URL: https://github.com/maciekiwaniuk/minesweeper
- Owner: maciekiwaniuk
- Created: 2022-02-26T14:47:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T21:02:21.000Z (about 2 years ago)
- Last Synced: 2025-02-05T11:45:07.372Z (8 months ago)
- Topics: css, es6, javascript, json, localstorage, multi-language, oop, rwd, web-app
- Language: JavaScript
- Homepage: https://minesweeper.maciekiwaniuk.pl
- Size: 128 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
