Metadata-Version: 2.4
Name: rweintr_wordgame
Version: 1.1.0
Summary: Solve hidden word by guessing letters in it
Author-email: rweintr <rweintr@gmail.com>
Keywords: word,game
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Description-Content-Type: text/markdown
Requires-Dist: wonderwords>=2.2.0
Requires-Dist: SQLAlchemy>=2.0.44
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"

# RWEINTR Guess the Word Game

The RWEINTR Guess the Word Game is a simple guessing game where the user gets to solve a randomly chosen hidden word by making letter guesses. The user has a configurable number of guesses to solve based on the level chosen by the user (Easy, Medium or Difficult). Higher levels of difficulty chosen get longer words with fewer allowed guesses. The user can enter a wild card "\*" character to try to guess the word before correctly entering all the word letters.

A score is automatically generated for each game played, based on the number of guesses needed and the difficulty level chosen. Each game result is automatically stored in a database. Statistics can be displayed after each game that includes a player's highest scores, score averages and number of wins (game where a player solves the word).

## Installation

You can install the RWEINTR Guess the Word game from [PyPI](https://pypi.org/simple/rweintr-wordgame/):
python -m pip install -i https://pypi.org/simple rweintr-wordgame

## How to use

The RWEINTR Guess the Word game is a command line application, named `wordgame`. To play the game, enter the following command with no argments:

    $ wordgame
