https://github.com/wichopy/react-minesweeper
A minimal implementation of minesweeper using React and immer.js
https://github.com/wichopy/react-minesweeper
Last synced: 11 months ago
JSON representation
A minimal implementation of minesweeper using React and immer.js
- Host: GitHub
- URL: https://github.com/wichopy/react-minesweeper
- Owner: wichopy
- Created: 2019-11-25T22:35:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:20:12.000Z (over 3 years ago)
- Last Synced: 2025-01-22T01:46:59.739Z (over 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Minesweeper
An implementation of Minesweeper using React's flux architecture.
Explored using immer.js for immutability and applying Breadth First Search in the minesweeper board update logic.
### TODO:
- Compare with an OO implementation to store the application logic.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).