Metadata-Version: 2.1
Name: pygame-minesweeper
Version: 0.0
Summary: Minesweeper game implemented in python using pygame
Home-page: https://github.com/andreasisnes/minesweeper
Author: Andreas Isnes Nilsen
Author-email: andreas.isnes@gmail.com
License: UNKNOWN
Description: # Minesweeper
        Minesweeper is a single-player puzzle computer game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today. It has many variations and offshoots.
        
        ## Install
        tbw
        
        ## Credits
        ### Sprites
        
        The sprites used in this project were created by [Black Squirrel](https://www.spriters-resource.com/submitter/Black+Squirrel/) and can be found [here.](https://www.spriters-resource.com/pc_computer/minesweeper/sheet/19849/)
        
        ## References
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
