Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanrsoares/ts-mines
Mine Sweeper in React + TypeScript
https://github.com/alanrsoares/ts-mines
game minesweeper typescript
Last synced: 3 months ago
JSON representation
Mine Sweeper in React + TypeScript
- Host: GitHub
- URL: https://github.com/alanrsoares/ts-mines
- Owner: alanrsoares
- License: mit
- Created: 2020-02-04T10:31:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T05:15:47.000Z (over 1 year ago)
- Last Synced: 2023-10-03T15:34:43.721Z (over 1 year ago)
- Topics: game, minesweeper, typescript
- Language: TypeScript
- Homepage: https://ts-mines.netlify.app
- Size: 5.95 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![mines logo](/public/mines-brand.png)
[![Netlify Status](https://api.netlify.com/api/v1/badges/11660de5-a44d-4931-9a02-062585be2288/deploy-status)](https://app.netlify.com/sites/ts-mines/deploys)
A Minesweeper PWA in React + TypeScript
## Live demo
https://ts-mines.netlify.app
## Contributing
Clone the repository:
```bash
git clone [email protected]:alanrsoares/ts-mines.git
```Install dependencies:
```bash
yarn install
```Or with npm:
```bash
npm install
```Run it:
```
yarn start
```Or with npm:
```bash
npm start
```### License
[MIT](/LICENSE)