All Projects → vitaviva → compose-tetris

vitaviva / compose-tetris

Licence: MIT license
🧱 A tetris game fully built using Jetpack Compose

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to compose-tetris

Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (-38.09%)
Mutual labels:  mvi-architecture, jetpack-compose
Jetpack-Compose-MVI-Demo
Demo / Sample Android Project created with Jetpack Compose and MVI Architecture Pattern
Stars: ✭ 114 (-80.17%)
Mutual labels:  mvi-architecture, jetpack-compose
Jetpack-Compose-Theme-Configurator
Desktop Application to setup/configure your Jetpack Compose Color/Theme Palette
Stars: ✭ 50 (-91.3%)
Mutual labels:  jetpack-compose
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (-66.09%)
Mutual labels:  jetpack-compose
UI-Communication-with-MVI
Effective UI Communication with MVI architecture, a BaseActivity and the Repository Pattern.
Stars: ✭ 17 (-97.04%)
Mutual labels:  mvi-architecture
DailyDoc
Productivity Note App utilizing Jetpack Compose
Stars: ✭ 31 (-94.61%)
Mutual labels:  jetpack-compose
JetTheme
A flexible theme provider for Jetpack Compose. Supports dynamic theme changes and saving theme preference.
Stars: ✭ 48 (-91.65%)
Mutual labels:  jetpack-compose
WeatherApp MVI sample
🌸[Functional reactive programming (FRP)] 🍁Simple Android weather forecast application written in Kotlin, using RxKotlin, Retrofit2, Mosby, Room Persistence ❄️MVI Pattern with Mosby Library
Stars: ✭ 106 (-81.57%)
Mutual labels:  mvi-architecture
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (-71.48%)
Mutual labels:  android-game
Flower-App-Jetpack-Compose
This sample is created to elaborate this article, it contains the UI of the flower app from our dribble collection
Stars: ✭ 73 (-87.3%)
Mutual labels:  jetpack-compose
PreCompose
Compose Multiplatform Navigation && ViewModel
Stars: ✭ 150 (-73.91%)
Mutual labels:  jetpack-compose
hands on kotlin
Experiments with Compose and latest architecture patterns in Kotlin
Stars: ✭ 45 (-92.17%)
Mutual labels:  jetpack-compose
compose-backstack
Simple composable for rendering transitions between backstacks.
Stars: ✭ 411 (-28.52%)
Mutual labels:  jetpack-compose
PCard
Demo project to showcase adding payment card details using JetPack Compose
Stars: ✭ 61 (-89.39%)
Mutual labels:  jetpack-compose
AndroidOpenSourceDemo
Android 主流开源库是如何实现的呢?来自己动手实现一个
Stars: ✭ 40 (-93.04%)
Mutual labels:  jetpack-compose
DagashiApp
Unofficial Android Dagashi Android/iOS app.
Stars: ✭ 32 (-94.43%)
Mutual labels:  jetpack-compose
UnityTetris
Tetris clone written in C# and using Unity engine to render.
Stars: ✭ 131 (-77.22%)
Mutual labels:  tetris-game
15-puzzle
1️⃣ 5️⃣ Android game "15 puzzle"
Stars: ✭ 30 (-94.78%)
Mutual labels:  android-game
Awesome-Android-Open-Source-Projects
👓 A curated list of awesome android projects by open-source contributors.
Stars: ✭ 401 (-30.26%)
Mutual labels:  jetpack-compose
Wiggles
🐶 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Stars: ✭ 365 (-36.52%)
Mutual labels:  jetpack-compose

Compose Tetris

English | 中文介绍

📜 Description

A tetris game fully built using Jetpack Compose, almost all UI elements are created by code, including the following app icon, which is also generated by Composable with @Preview.

  • MVI architecture
  • Simulate appearance of LCD screen
  • Game sound and clock
  • Inspired by react-tetris

Download latest APK here

Game Rules:

  • 100 points for 1 line, 300 points for 2 lines, 700 points for 3 lines, 1500 points for 4 lines;
  • The drop speed of the box increases with the number of rows eliminated (one level for every 20 lines);

🔩 MVI Architecture:


📸 Screenshots

License

MIT License

Copyright (c) 2021 fundroid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].