You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minesweeper implementation based on Facebook's React and Flux open-source tools. The game uses localstorage as a back end so the flux loop is not asynchronous in this case, which simplifies this implementation.
About
Minesweeper game implemented in Facebook's React library