Pointed townies to my bin directory to launch the game

This commit is contained in:
maddie 2021-03-18 20:26:18 +00:00
parent fb29a6b1af
commit eb2cb2ea4d
1 changed files with 4 additions and 3 deletions

View File

@ -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