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
- Host: GitHub
- URL: https://github.com/ufocoder/minesweeper
- Owner: ufocoder
- Created: 2020-11-17T05:18:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T23:11:55.000Z (over 5 years ago)
- Last Synced: 2025-04-19T02:23:12.178Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://minesweeper.ufocoder.vercel.app
- Size: 592 KB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
[](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/)
