- python 3
- pygame
Arguments are optional, launching the program without arguments will give a gridsize of 16 and 15 % mines
python main.py [gridsize] [mines]
Gridsize is an integer that specifies how many rows and columns the grid will have. Mines is a float that specifies how many mines will spawn.
python main.py 10 0.2