Skip to content

jeffrichardchemistry/hangmangame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This application is a hangman game for terminal.

Install

Via pip

pip3 install hangmangame

Via github

git clone https://github.com/jeffrichardchemistry/hangmangame
cd hangmangame
python3 setup.py install

Run

In a terminal

python3 -m hangmangame

As a module

from hangmangame import hangman
get_game = hangman()
get_game.runHangman()

About

A hangman game for terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages