/minesweeper

Primary LanguageTypeScript

minesweeper

General info

This Project implements the Minesweeper game which can be played on browsers.

Table of contents

Technologies

Project is created with:

  • React
  • TypeScript
  • Styled Components
  • Redux + Redux-saga + Redux Toolkit
  • Netlify for deployment

Setup locally

To run this project, simply follow the instructions below and run the commands as in same order.

$ git clone https://github.com/nwashangai/minesweeper.git
$ cd minesweeper
$ npm install or yarn install
$ npm start

Live version Demo

Mine Sweeper demo