Mercurial > hg > pub > prymula > com
view flappyufo/README.md @ 18:b5e2aba31fdb
lamertetris-0.230821-3 package for arch
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sun, 31 Mar 2024 15:35:26 +0200 |
parents | f61684ae8245 |
children |
line wrap: on
line source
# 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