/python-minesweeper

Implementation of minesweeper in python to lear some python. Using polymorphism, UIs, recursion, multithreading, etc

Primary LanguagePython

#Python Implementation of Minesweeper

This is just a simple python implementation to more quickly learn Python techniques involving: UI, polymorphism, recursion, multi threading, etc.