Metadata-Version: 2.4
Name: terminal-mines
Version: 1.5
Summary: A command-line clone of Minesweeper in Python
Home-page: https://github.com/JoelEager/terminal-mines
Author: Joel Eager
License: MIT
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
License-File: LICENSE
Requires-Dist: click>=7.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A command-line variant 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.

Once installed, use the `mines` command to start a new game.

**For help, controls, and usage run `mines --help` after installing.**

## Change log
- **v1.5**: Bug fixes for status and win logic.
- **v1.4**: Use the official minesweeper win definition and ensure that the first move is always safe. Improve game status message.
- **v1.3**: Add simple AI solver.
- **v1.2**: New difficulty mode.
- **v1.1**: Bug fix for Windows.
- **v1.0**: Initial release.
