Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiemGamer committed Oct 15, 2024
1 parent 372791f commit d5181d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if __name__ == "__main__":
"m": "medium",
"h": "hard",
"r": "random"
}.get(difficulty, difficulty)Jurriaan
}.get(difficulty, difficulty)

script_version, wordlist_version = wordlist.version()
print(f"Library v{script_version} and wordlist v{wordlist_version}.")
Expand All @@ -69,6 +69,7 @@ if __name__ == "__main__":
if input("Press Enter to generate a word or type 'exit' to quit... ").lower() == "exit":
break
```
For a full example hangman game with the package see [example/hangman.py](example/hangman.py).

### License
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 comments on commit d5181d6

Please # to comment.