Mercurial > hg > pub > prymula > com
changeset 15:f61684ae8245
READEM FIX
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 10 Feb 2024 21:05:36 +0100 |
parents | 49dd434149cd |
children | 8fa14e28f099 |
files | flappyufo/README.md immposiblerush/README.md |
diffstat | 2 files changed, 55 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- /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 + + + +
--- 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 @@ -