From eb2cb2ea4d902088623866a5bc6a99432e9b5d5f Mon Sep 17 00:00:00 2001 From: maddie Date: Thu, 18 Mar 2021 20:26:18 +0000 Subject: [PATCH] Pointed townies to my bin directory to launch the game --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a1407e..383b45f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ ## Description 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/ -- python hangman.py +## How To Play! +- Navigate inside tilde.town to /maddie/bin/hangman/ +- ./hangman +- A random word will be chosen, your job is to guess it correctly in six turns! - Have fun! ## Future Plans