Run the game as :
chmod +x minesweeper #If the file is not marked as executable
./minesweeper
[ NOTE : The indices, i.e. rows and columns, are zero-indexed (the first element is referred by 0) ]
You task is to create a program that solves all the presented minesweeper puzzles.
Successfully doing this for the 10 random instances provided by the program will get you the flag.
Create a file script.py
which solves the challenge. The first line of this file should contain a comment with the flag you obtained.