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

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

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).