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