Chrome's Dino T-Rex game developed in Jetpack Compose

Overview

DinoChrome

A Chrome T-Rex game in Jetpack Compose


Built with โค๏ธŽ by Wajahat Karim and contributors


๐Ÿ”Š Talks

  • Kotlin Mumbai - Monthly Meetup September 2020 - Video
  • Android Summit 2020 - Video Coming Soon
  • GDG DevFest UK & Ireland 2020 - Video
  • GDG DevFest Karachi 2020 - Video

๐Ÿ’ฐ Donations

This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!


๐Ÿ‘จ Developed By

Wajahat Karim Twitter

Website YouTube Newsletter Medium


๐Ÿ‘ How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

๐Ÿ“ƒ License

Copyright 2020 Wajahat Karim

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You might also like...
A simple Snake game implemented using Compose for Desktop
A simple Snake game implemented using Compose for Desktop

A simple Snake game implemented using Compose for Desktop

๐ŸŽฎ A basic game template for Compose for Desktop
๐ŸŽฎ A basic game template for Compose for Desktop

compose-desktop-game-template Game Template - Compose for Desktop โœจ Demo โœ๏ธ Author ๐Ÿ‘ค theapache64 Twitter: @theapache64 Email: [email protected] F

A GoBang game built with Compose Multiplatform
A GoBang game built with Compose Multiplatform

cmp-gobang English | ไธญๆ–‡ไป‹็ป A GoBang game built with Compose Multiplatform How to run config Host address add the IP of desktop into server_host/ of s

Wordle game clone written in Kotlin & using Compose UI Toolkit.
Wordle game clone written in Kotlin & using Compose UI Toolkit.

Wordle Compose Wordle game clone written in Kotlin & using Compose UI Toolkit. Screenshots Compose for Desktop Main screens Playing Victory End of gam

Hangman Game for Android build with Compose
Hangman Game for Android build with Compose

Hangman Game for Android build with Compose. Built with jetpack components, Room for saving game history, preferences for loading game settings, ViewModels for persisting game state, LiveData/States for observing states, Koin for DI, minimal compose animations for good UX, Light/Dark theme :rainbow: MD3.

An easy open source Android Native Game FrameWork.
An easy open source Android Native Game FrameWork.

JustWeEngine - Android Game FrameWork An easy open source Android Native Game FrameWork. Engine Flow Chart How To Use? Import Engine's module as Libra

Desktop/Android/HTML5/iOS Java game development framework
Desktop/Android/HTML5/iOS Java game development framework

Cross-platform Game Development Framework libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux

Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.

cocos2d-x Win32 Others cocos2d-x is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is

Free Android 2D OpenGL Game Engine

AndEngine Donations While developing AndEngine was a lot of fun, it also also consumed many(!) months of my life. It actually continues to cost me a s

Comments
  • Chore/update compose version

    Chore/update compose version

    Update to the latest version of compose (1.0.3). Requires the target and compile SDK to be updated. Additionally, the Gradle plugin version has been updated and the explicit Kotlin standard library dependency in favour of using the version specified by the Kotlin Gradle plugin version. This pull request is part of Hacktober.

    opened by ShaunPlummer 1
  • Update version of Jetpack Compose to beta04

    Update version of Jetpack Compose to beta04

    Update the project to use compose beta04. The onActive method has been deprecated and a new side-effects API been introduced as a replacement.

    However instead of this makes use of the current score as observable state, each time the current score increases the composable is redrawn. Each time the composable is drawn and the game is not over the score is incremented.

    opened by ShaunPlummer 0
  • Question: What controls the delta time, or time between updates?

    Question: What controls the delta time, or time between updates?

    Usually in game code I see some kind of delta time being factored in between updates but I'm not noticing any code referencing time anywhere? I was wondering how the update frequency/interval is working for compose?

    opened by Kietyo 1
  • Invalid injected android support version '202.7660.26.42.7486908', expected to be of the form 'w.x.y.z'

    Invalid injected android support version '202.7660.26.42.7486908', expected to be of the form 'w.x.y.z'

    Running on the latest android studio version.

    Android Studio 4.2.2 Build #AI-202.7660.26.42.7486908, built on June 23, 2021 Runtime version: 11.0.8+10-b944.6842174 amd64 VM: OpenJDK 64-Bit Server VM by N/A Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 8 Registry: external.system.auto.import.disabled=true Non-Bundled Plugins: org.jetbrains.kotlin

    To replicate:

    1. Clone repo
    2. Open project in latest version of android studio
    3. Wait for build to finish. Error shows up

    image

    opened by Kietyo 1
Owner
Wajahat Karim
๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป Lead Android @AirliftTech ๐Ÿ”ฅ Google Dev Expert (GDE). ๐Ÿ“ฑ Android Developerย . ๐Ÿ’ป Open Sourceย . ๐Ÿ“• Books x2 Author ๐Ÿ“ Blogger ๐ŸŽค Public Speaker
Wajahat Karim
This is an application that is about an X / O game. You can enter the names of the game, and there is also a screen for those who win and there is a button to continue playing and the game determines the result of each player

Game-X-O This is an application that is about an X / O game. You can enter the names of the game, and there is also a screen for those who win and the

Mohamed Rafat 2 Aug 20, 2022
A simple game that was developed using Kotlin

TruthOrDare About the App: A simple Android game that reminds you of your childhood . How to use? 1 - Clone or download the Project to your machine. 2

Leandro Santos 1 Jan 15, 2022
Butterfly - Small and powerful weapons, own it, let your Android are developed like Tiger, Carry whole game!

Butterfly - Small and powerful weapons, own it, let your Android are developed like Tiger, Carry whole game!

Season 114 Dec 26, 2022
Flappy Bird game built with Jetpack Compose & Jetpack Splash Screen

Flappy Bird by Compose ?? Description Flappy Bird game built with Jetpack Compose & Jetpack Splash Screen. ?? Motivation and Context All UI built with

็Ÿณๆ–‡ๆ–Œ 2 Oct 28, 2022
Game made with Korge (Kotlin Multiplatform game engine)

MolesAttack Kotlin Multiplatform Game Play Html/js: https://feliperce.github.io/MolesAttack-Distribution/ Jar: https://feliperce.github.io/MolesAttack

Felipe Rodrigues 10 May 30, 2022
Fifteen is a puzzle game created using Jetpack Compose for Android.

Fifteen / Jetpack Compose Fifteen is a puzzle game created using Jetpack Compose for Android. The goal of the game is to arrange the knuckles in ascen

Timur 2 Jan 17, 2022
๐Ÿ›ฅ Stream Draw - a real-time multiplayer drawing & chat game app built entirely with Jetpack Compose

?? Stream Draw is a real-time multiplayer drawing & chat game app built entirely with Jetpack Compose. Draw and guess words with your friends! This pr

Stream 286 Dec 20, 2022
Android 2048 Game in jetpack compose

Android 2048 Game in jetpack compose A simple 2048 game written with 100% Jetpack Compose. Features Jetpack Compose Material 3 MVVM Adaptable theme Da

Joรฃo Manaia 10 Oct 1, 2022
๐ŸŽฎ A Minesweeper like puzzle game, built using Jetpack Compose, for Android.

Minesweeper w/ Jetpack Compose This is a Minesweeper-like puzzle game, built using Jetpack Compose, for Android. The objective of this game is to clea

Jaya Surya Thotapalli 64 Jan 2, 2023
simple game implements with kotlin and jetpack.(covered by unit test)

Simple Spy Game: Source Code ?? Published version ?? This repository contains a detailed game app that implements simple game using Koin, Room, Corout

Reza Darvishian 11 Jul 2, 2022