https://github.com/gbzarelli/hangman-python
[Python] Welcome to the Hangman Game, this is my first real project in Python.
https://github.com/gbzarelli/hangman-python
circleci coverage coveralls game hangman python python3
Last synced: about 1 month ago
JSON representation
[Python] Welcome to the Hangman Game, this is my first real project in Python.
- Host: GitHub
- URL: https://github.com/gbzarelli/hangman-python
- Owner: gbzarelli
- Created: 2020-01-30T16:11:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T11:40:22.000Z (about 6 years ago)
- Last Synced: 2025-03-15T13:24:57.011Z (over 1 year ago)
- Topics: circleci, coverage, coveralls, game, hangman, python, python3
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




[](https://app.codacy.com/manual/gbzarelli/hangman-python?utm_source=github.com&utm_medium=referral&utm_content=gbzarelli/hangman-python&utm_campaign=Badge_Grade_Dashboard)
[](https://coveralls.io/github/gbzarelli/hangman-python?branch=master)
# Hangman Game [](https://circleci.com/gh/gbzarelli/hangman-python)
Welcome to the Hangman Game, this is my first real project in Python.
# Terminal Display
Representation of images of the game running in the terminal
#### Start game
*********************************
***Welcome to the Hangman Game***
******Discover the last name*****
*********************************
The secret word contains 6 chars
['_', '_', '_', '_', '_', '_']
_______
| |
|
|
|
|
You have 6 life
Enter with a new char
_
#### Win game
Enter with a new char
n
['e', 'a', 't', 'o', 'n']
_______
| |
| O
| /|\
| /
|
You have 1 life
You WIN the game: Eaton
#### Lost Game
Enter with a new char
i
['b', 'e', '_', 'd', 'e', '_']
_______
| |
| O
| /|\
| / \
| ((dead))
You have 0 life
You LOST, the word is: Bender
# How to run the Hangman Game
The following steps have been documented to be executed on a
Linux platform, but the commands with the Windows system may
be similar, but the operation is not fully guaranteed.
- Clone the repository
$ git clone https://github.com/gbzarelli/hangman-python
- Access the folder
$ cd ./hangman-python
- Install game
$ make install
- Run unit tests:
$ make test_unit
- Run the game
$ make start
# Developer
**Guilherme Biff Zarelli**
- Blog/Site - https://helpdev.com.br
- LinkedIn - https://linkedin.com/in/gbzarelli/
- GitHub - https://github.com/gbzarelli
- Email - gbzarelli@helpdev.com.br