Metadata-Version: 1.1
Name: defusedivision
Version: 0.0.2
Summary: Terminal based multiplayer (and singleplayer) minesweeper
Home-page: https://github.com/lelandbatey/defuse_division
Author: Leland Batey
Author-email: lelandbatey@lelandbatey.com
License: GPLv3
Description: 
        defusedivision
        --------------
        
        defusedivision is a terminal based multiplayer (and singleplayer)
        implementation of minesweeper.
        
        Your goal is to correctly flag all the mines on the minefield without setting
        off any of the mines. By default, the controls are:
        
            Arrow keys to move your cursor
            'f' key to flag a cell as containing a mine
            'enter' key to probe that cell
        
        If you probe a cell and that cell doesn't contain any mines, then that cell is
        revealed and will display a number in the center. That number indicates the
        number of mines that are 'touching' that cell, either directly above, below, to
        the left or right, or any of the four diagonals. If a cell doesn't contain any
        mines, then all surrounding cells without mines are recursively revealed to the
        player.
        
        Play minesweeper!
        `````````````````
        
        Play minesweeper by launching defusedivision and selecting 'Singleplayer'. Just
        like that, you're playing!
        
        
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: Programming Language :: Python :: 3
