-Explanation
Simple Minesweeper Game in Python programming language with GUI and SQLite for reaching to a local database. Uses cascading and sorting algorithms through the program for updating the leaderboard and mine map.
-Python Libraries Used
*tkinter
*sqlite3
*datetime
*queue