A simple minesweeper game written in typescript. You can read here for more information about minesweeper game.
These instructions will get you a copy of the project up and running on your local machines for development. Suppose you are only interested in installing this on your server, you can skip this section after Prerequisites.
git clone https://github.com/alvinmatias69/minesweeper.git
using yarn
yarn install
using npm
npm install
TODO: add unit test
npm run dev
npm run build
Built apps are stored in ./dist
folder. Simply serve the index.html
to run the apps.
Demo for this project is available at mines-ts.
- Add Testing
- Add difficulty setting
Matias Alvin 2018