# HG changeset patch # User prymula # Date 1707595536 -3600 # Node ID f61684ae82458083f9179609cfc12f34bab4585b # Parent 49dd434149cda2c088b99c642e0017a7a9d0f08c READEM FIX diff -r 49dd434149cd -r f61684ae8245 flappyufo/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flappyufo/README.md Sat Feb 10 21:05:36 2024 +0100 @@ -0,0 +1,51 @@ +# flappyufo + +# Start + +An implementation of the Flappy Bird game known from Android, guide the airship between the pipes. + +To download the latest version, type in terminal: + +git clone https://gitlab.com/pietraszczyk/flappyufo.git + +# You still need to install dependencies to run: + + +## Fedora: + +sudo dnf install java-11-openjdk ant + + +## OpenSUSE: + +sudo zypper in java-11-openjdk, ant + + +## Ubuntu: + +sudo apt install default-jdk default-jdk-headless ant + + +## Arch: + +pacman -S jdk-openjdk ant + + + +# Build + +ant clean + +ant compile + +ant jar + + + +# Launching + +ant run + + + + diff -r 49dd434149cd -r f61684ae8245 immposiblerush/README.md --- a/immposiblerush/README.md Sat Feb 10 20:40:34 2024 +0100 +++ b/immposiblerush/README.md Sat Feb 10 21:05:36 2024 +0100 @@ -18,7 +18,7 @@ sudo dnf install java-11-openjdk ant -#OpenSUSE: +# OpenSUSE: sudo zypper in java-11-openjdk, ant @@ -37,9 +37,11 @@ ## Build ant clean + ant compile + ant jar -``` + ## Launching @@ -49,4 +51,3 @@ -