Metadata-Version: 2.4
Name: terminal-mines
Version: 2.2
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.6
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")

Can be played in most terminal emulators for Linux, Mac, or Windows that support colors. Includes custom difficulties 
and a simple AI that you can watch attempt to solve the generated board.

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

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

## Change log
- **v2.2**: Add timer that displays on game win and chording for faster reveals.
- **v2.1**: Fix incorrect difficulties for original Minesweeper. Further improvements to the AI solver. Remove the mines file feature.
- **v2.0**: Overhaul rendering to remove flicker and preserve scrollback buffer. Smarter AI solver, bug fixes, UI improvements, and a new difficulty preset.
- **v1.5**: Bug fixes for game status message and win detection.
- **v1.4**: Use the original 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.
