minesweeper-console A simple console version of mineweeper Just a simple project that i made to learning basic concept of OOP in python. To check mines location, just change global parameter in Board class : DEBUG = False to DEBUG = True