Open cmccormack opened 5 years ago
According to the minesweeper wiki, the game board had the following mines and dimensions:
I think we can start with one of these presets, then add support for the other ones, or just jump to custom settings. ref
@bradtaniguchi Yeah I think presets are nice to have but we should have the functionality to build any size we want dynamically.
Game board can be any size but we should try to limit it for now for testing. We can add additional sizes in the form of a dropdown or inputs as well