This is a Flappy Bird like game written in pure Java
Clone the repository
git clone https://github.com/Roomy6/Flappy-Escape.git && cd Flappy-EscapeBuild using Gradle
./gradlew buildIf you are on Windows run this instead:
gradlew.bat buildRun
java -jar build/libs/Flappy-Escape-*.jarIf there are any issues or missing steps when building please do point them out for me.
A list of things I'm working on.
- Remake PipeObject code and rendering
- Add sound engine
- Animate Main Menu
- Make Game Over screen
- Implement score system
- Add Guard NPC
- Better collision manager
- Fix warnings
- Add a build guide
