From fb29a6b1af3886d85db2c1e736a894c0c0bf5c38 Mon Sep 17 00:00:00 2001 From: maddie Date: Thu, 18 Mar 2021 20:16:10 +0000 Subject: [PATCH] Fixes formatting in the title and advises user to run the town default python --- README.md | 2 +- hangman.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 15961e7..2a1407e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/hangman.py b/hangman.py index c2a3309..1b904b1 100644 --- a/hangman.py +++ b/hangman.py @@ -16,11 +16,11 @@ incorrect_guesses = [] print(""" _ _ - | | | | - | |__| | __ _ _ __ __ _ _ __ ___ __ _ _ __ - | __ |/ _` | '_ \ / _` | '_ ` _ \ / _` | '_ \ - | | | | (_| | | | | (_| | | | | | | (_| | | | | - |_| |_|\__,_|_| |_|\__, |_| |_| |_|\__,_|_| |_| + | | | | + | |__| | __ _ _ __ __ _ _ __ ___ __ _ _ __ + | __ |/ _` | '_ \ / _` | '_ ` _ \ / _` | '_ \ + | | | | (_| | | | | (_| | | | | | | (_| | | | | + |_| |_|\__,_|_| |_|\__, |_| |_| |_|\__,_|_| |_| __/ | |___/