Skip to content

alvinmatias69/minesweeper

Repository files navigation

Minesweeper Typescript

A simple minesweeper game written in typescript. You can read here for more information about minesweeper game.

example

Development Getting Started

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.

Prerequisites

Clone this repository

git clone https://github.com/alvinmatias69/minesweeper.git

Install the dependency

using yarn

yarn install

using npm

npm install

Running Test

TODO: add unit test

Running development server

npm run dev

Build For Production

npm run build

Built apps are stored in ./dist folder. Simply serve the index.html to run the apps.

Demo

Demo for this project is available at mines-ts.

Project TODO's

  • Add Testing
  • Add difficulty setting

Matias Alvin 2018

About

A simple minesweeper game written in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published