Fixes formatting in the title and advises user to run the town default python

This commit is contained in:
maddie 2021-03-18 20:16:10 +00:00
parent 98ac678602
commit fb29a6b1af
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ A CLI version of the popular children's game Hangman. Includes 20,000+ words!
## How To Use
- Navigate inside tilde.town to /maddie/git/hangman/
- python3 hangman.py
- python hangman.py
- Have fun!
## Future Plans

View File

@ -16,11 +16,11 @@ incorrect_guesses = []
print("""
_ _
| | | |
| |__| | __ _ _ __ __ _ _ __ ___ __ _ _ __
| __ |/ _` | '_ \ / _` | '_ ` _ \ / _` | '_ \
| | | | (_| | | | | (_| | | | | | | (_| | | | |
|_| |_|\__,_|_| |_|\__, |_| |_| |_|\__,_|_| |_|
| | | |
| |__| | __ _ _ __ __ _ _ __ ___ __ _ _ __
| __ |/ _` | '_ \ / _` | '_ ` _ \ / _` | '_ \
| | | | (_| | | | | (_| | | | | | | (_| | | | |
|_| |_|\__,_|_| |_|\__, |_| |_| |_|\__,_|_| |_|
__/ |
|___/