Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 760 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 760 Bytes

Build Status Coverage

Hangman

This is 'hangman' game!

How to install:

1)Download all files

2)Download python3(if it isn't already installed)

3)In console, open the directory where the file is

4)Type python3 setup.py build install

After installation:

Type python3 Hangman1.py to play

Type python3 unit_tests.py to run unit tests

Type python3 setup.py test to run codestyle tests