Hangman

https://travis-ci.org/mos-polytech/hangman.svg?branch=master https://coveralls.io/repos/github/mos-polytech/hangman/badge.svg?branch=master

This is a hangman game written by @sobolevn.

Installation

  1. Create virtualenv
  2. Run python setup.py install
  3. Run hangman new

Testing

We don't have any tests yet.

How to run:

  1. pipenv install --dev (only once)
  2. pipenv shell
  3. pytest

Type checking

How to run:

  1. pipenv install --dev (only once)
  2. pipenv shell
  3. mypy --strict-optional hangman