Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winitzki/flyd-react-minesweeper
A pure functional reactive demo of Minesweeper
https://github.com/winitzki/flyd-react-minesweeper
Last synced: 26 days ago
JSON representation
A pure functional reactive demo of Minesweeper
- Host: GitHub
- URL: https://github.com/winitzki/flyd-react-minesweeper
- Owner: winitzki
- License: mit
- Created: 2015-11-06T02:42:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T19:31:56.000Z (almost 9 years ago)
- Last Synced: 2023-08-13T16:46:28.801Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper in flyd-react-es6
This is a demo implementation of Minesweeper using JavaScript ES6 / webpack / react / flyd.
Run `npm install` and `npm start` to see the demo app at `localhost:8080`.
Run `npm run build` to prepare an optimized, minified build (about 200 KB unzipped).