hsthe29 / FlappyBird-v2

Flapply Bird game by Korge Game Engine

Home Page:https://hsthe29.github.io/flappybird/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Bird

This is Flappy Bird game written by Korge game engine.

Setups

  1. Java 17, Kotlin 1.9.22
  2. Run build.gradle.kts to configure projects and load dependencies
  3. For testing on Jvm, run: ./gradlew runJvmAutoreload

Targets

  • Js: ./gradlew jsBrowserDistribution
  • Desktop:
    • For creating a FatJAR, use the gradle task: ./gradlew packageJvmFatJar
    • For creating a FatJAR using proguard for thinner sizes, use the gradle task: ./gradlew packageJvmFatJarProguard

Demo

Demo: https://github.com/hsthe29/hsthe29.github.io/tree/main/flappybird

Give a ⭐ if you like this project!

About

Flapply Bird game by Korge Game Engine

https://hsthe29.github.io/flappybird/

License:MIT License


Languages

Language:Kotlin 99.5%Language:Shell 0.5%