diff --git a/README.md b/README.md index a3745f0..7ac896c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ A terminal-based implementation of Wordle using Python and ncurses. +![pyrdle](img/screenshot.png) + ## Requirements -- Python 3.6+ +- Python 3.9+ - ncurses library ## Files diff --git a/img/screenshot.png b/img/screenshot.png new file mode 100644 index 0000000..99e1823 Binary files /dev/null and b/img/screenshot.png differ