This is a copy for the game Minesweeper. It was developed as a test task for selection for a VK internship.
You can try it from the link https://springevidence.github.io/minesweeper/
Clone the project
git clone https://github.com/springevidence/minesweeperGo to the project directory
cd minesweeperRun the application
open index.html in browser
- add different difficulty levels
- optimize the algorithm for distributing mines on the field
- do some refactoring
- start new game without reloading page