From 686f46a43ffa1215daf32125632e07a4b1fd31cd Mon Sep 17 00:00:00 2001 From: Pablo Fraile Alonso Date: Sun, 8 May 2022 22:47:08 +0200 Subject: [PATCH] docs: update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53bd695..448103f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -

Tetris Game for Android 🧱🤖

- -This repository contains the source code for the Tetris game for Android. +

Tetris Game for Android 🕹ī¸

+

+Tetris game written in Kotlin for Android devices. The implementation uses the MVVM pattern and clean architecture. +

## Summary - [Dependencies](#dependencies-) + - [Video](#video-) - [License](#license-) - [Contributing](#contributing-) @@ -31,6 +33,9 @@ implementation("me.pablito:tetris:version") Once you've done that, download the Tetris jar file from the [github repo](https://github.com/Pablito2020/Tetris) and add it as a dependency via settings/project-structure +## Video 📹 +https://user-images.githubusercontent.com/18640261/167315077-886f9e22-2907-4c2f-801b-1949a02621a8.mp4 + ## License 📖 The project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more information.