From 8c8a1e6de0c930fe8dbe23c97be2fa4fb3721784 Mon Sep 17 00:00:00 2001 From: Giovani Rodriguez Date: Wed, 9 Jun 2021 15:18:07 -0400 Subject: [PATCH] chore: add demo gif to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 502c34a..fca10ec 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ The python-tetris-clone project was created for the purpose of becoming familiar The game was created using the pygame python library and builds on Github are packaged into one executable using cx_Freeze. +## Demo + +![gif](https://i.imgur.com/2cRKEi6.gif) + ## Requirements Make sure you have installed Python 3. If you have not, download and install Python 3 at [python.org](https://www.python.org/downloads/).