From 95cc73d4094735f3f91281ca4da7cc55e2ed358c Mon Sep 17 00:00:00 2001 From: Leodanis Pozo Ramos Date: Tue, 19 Sep 2023 16:55:39 +0200 Subject: [PATCH] Add new `README.md` --- hangman/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hangman/README.md diff --git a/hangman/README.md b/hangman/README.md new file mode 100644 index 0000000000..0807892937 --- /dev/null +++ b/hangman/README.md @@ -0,0 +1,3 @@ +# Build a Hangman Game in Python + +This folder provides the code examples for the Real Python tutorial [Build a Hangman Game in Python](https://realpython.com/python-hangman/).