Minesweeper using jQuery with Node.js that runs on the browser. Main objective is to try to replicate the minesweeper game.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following should be installed in your machine in order to run the application.
* node
* npm
* any web browser preferably Chrome
Clone the application
git clone https://github.com/maines-pet/minesweeper.git
Go to the directory and install the modules
npm install
Start the application
npm start
A screenshot is given below and you can refer to this live demo
- node.js
- jQuery
- pug - JS templating engine, handy for faster FE development