Skip to content

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

Chennaipy/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallows

https://travis-ci.org/Chennaipy/hangman.svg?branch=master https://img.shields.io/coveralls/Chennaipy/hangman.svg?style=flat Latest Version https://readthedocs.org/projects/gallows/badge/?version=latest Supported Python versions

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

The game can be installed using the following command

$ pip install gallows

Once installed the game can be played using the following command

$ gallows

Development

After cloning the repository, install the game in development mode using the following command

$ python3 setup.py develop

You can modify the program and then test it by using the following command

$ gallows

You can execute the unit tests, using the following command

$ python3 setup.py test

You can build the documentation, using the following commands

$ pip install -r doc-requirements.txt
$ cd doc
$ make html

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published