package
0.0.4
Repository: https://github.com/atulanand206/minesweeper.git
Documentation: pkg.go.dev

# Functions

Returns 1 if the coordinate has a mine.
Generate an empty board from rows and columns count.
Generate board based on the input count configuration.
Generates mines from the randomized mine positions.
Generate values on the board.
Returns true if the coordinate has a mine.
Generate mines after generating random positions.

# Constants

String to be marked for the Empty cell.
String to be marked for the mined cell.