Minesweeper coded in javascript
The gameboard, each individual cell as well as the countdown clock are all seperate and dynamic objects that ineract with eachother. Javascript is used to make everything feel dynamic, PHP is used because I had familiarity with it.
Project is created with:
- PHP
- Javacript
To run this project, install it locally using npm:
$ cd ../Minesweeper
$ npm install
$ npm start