Skip to content
forked from Chennaipy/hangman

Improves upon the Hangman game, from the book "Invent Your Own Computer Games with Python".

License

Notifications You must be signed in to change notification settings

gnurenga/hangman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Build Status

The goal of this project is to learn and implement the best practices, in writing and maintaining a Python project. For this purpose, we use a simple Hangman game program, from the book "Invent Your Own Computer Games with Python".

Usage

After cloning the repository, you can run the game using the following command.

$ python3 hangman.py

You execute the tests, using the following command.

$ python3 -m unittest discover

For Python versions less than 3.3, the mock module needs to be installed to run the tests.

About

Improves upon the Hangman game, from the book "Invent Your Own Computer Games with Python".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%