Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 authored May 8, 2022
1 parent 9c3800d commit 686f46a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<h1 align="center">Tetris Game for Android 🧱🤖</h1>

This repository contains the source code for the Tetris game for Android.
<h1 align="center">Tetris Game for Android 🕹️</h1>
<p align="center">
Tetris game written in Kotlin for Android devices. The implementation uses the MVVM pattern and clean architecture.
</p>

## Summary

- [Dependencies](#dependencies-)
- [Video](#video-)
- [License](#license-)
- [Contributing](#contributing-)

Expand All @@ -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.

Expand Down

0 comments on commit 686f46a

Please sign in to comment.