https://github.com/chrisenytc/hangman
A CLI game built with Python
https://github.com/chrisenytc/hangman
cli game hangman python
Last synced: 2 months ago
JSON representation
A CLI game built with Python
- Host: GitHub
- URL: https://github.com/chrisenytc/hangman
- Owner: chrisenytc
- License: mit
- Created: 2018-11-27T05:56:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T04:50:12.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T02:27:15.690Z (11 months ago)
- Topics: cli, game, hangman, python
- Language: Python
- Size: 43.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
___________.._______
| .__________))______|
| | / / ||
| |/ / ||
| | / ||.-''.
| |/ |/ _ \
| | || `/,|
| | (\\`_.'
| | .-`--'.
| | /Y . . Y\
| | // | | \\
| | // | . | \\
| | ') | | (`
| | ||'||
| | || ||
| | || ||
| | || ||
| | / | | \
""""""""""|_`-' `-' |"""|
|"|"""""""\ \ '"|"|
| | \ \ | |
: : \ \ : : Hangman
. . `' . .
```[]() [](https://github.com/chrisenytc/hangman/blob/master/LICENSE) 

[](http://twitter.com/chrisenytc) [](https://twitter.com/intent/tweet?text=Awesome%20https://github.com/chrisenytc/hangman%20via%20@chrisenytc)> A CLI game built with Python
# Installation
```bash
$ pip install hangman-game
```# Getting Started
```bash
$ hangman
```## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/chrisenytc/hangman](https://github.com/chrisenytc/hangman). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
1. Fork it [chrisenytc/hangman](https://github.com/chrisenytc/hangman/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am "Add some feature"`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Support
If you have any problem or suggestion please open an issue [here](https://github.com/chrisenytc/hangman/issues).
## License
Check [here](LICENSE).