An open API service indexing awesome lists of open source software.

https://github.com/ufocoder/minesweeper

Minesweeper game on React with Windows 95 style
https://github.com/ufocoder/minesweeper

Last synced: about 1 year ago
JSON representation

Minesweeper game on React with Windows 95 style

Awesome Lists containing this project

README

          

# Minesweeper
[![Build Status](https://travis-ci.org/ufocoder/minesweeper.svg?branch=master)](https://travis-ci.org/ufocoder/minesweeper)

A minesweeper game. React application with render optimizations.
Build with [Create React App](https://github.com/facebook/create-react-app), [Typescript](https://www.typescriptlang.org/), [Sass](https://sass-lang.com/).

## How to run locally

```
git clone git@github.com:ufocoder/minesweeper.git
npm install
npm run start
```

## Demo

You can play online [here](https://minesweeper.ufocoder.vercel.app/)

![](./screenshot.png)