diff flappyufo/README.md @ 15:f61684ae8245

READEM FIX
author prymula <prymula76@outlook.com>
date Sat, 10 Feb 2024 21:05:36 +0100
parents
children
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
+
+
+
+