Metadata-Version: 2.1
Name: terminal-mines
Version: 1.2
Summary: A command-line clone of Minesweeper in Python
Home-page: https://github.com/JoelEager/terminal-mines
Author: Joel Eager
License: MIT
Description: A command-line clone of Minesweeper in Python.
        
        ![Screenshot](https://raw.githubusercontent.com/JoelEager/terminal-mines/master/screenshot.png "A game in progress")
        
        Supports Linux, Mac, and Windows on Python 3.4 or newer. Can be played in most terminal emulators that support colors. 
        Includes options for custom difficulties and user-specified mine placements.
        
        To install use pip:
        ```
        pip install terminal-mines
        ```
        
        Once installed, use the `mines` command to start a new game.
        
        **For help, controls, and usage run `mines --help` after installing.**
        
        If you'd like to set `terminal-mines` up for local development run these commands:
        ```
        git clone https://github.com/JoelEager/terminal-mines.git
        cd terminal-mines
        pip install --editable .
        ```
        
        After doing that the `mines` command will point to your cloned copy.
        
        `terminal-mines` is based on [Click](https://click.palletsprojects.com).
        
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: ~=3.4
Description-Content-Type: text/markdown
