changeset 14:49dd434149cd

README.md immposiblerush
author prymula <prymula76@outlook.com>
date Sat, 10 Feb 2024 20:40:34 +0100
parents fa0307eb70b7
children f61684ae8245
files immposiblerush/README.md
diffstat 1 files changed, 52 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/immposiblerush/README.md	Sat Feb 10 20:40:34 2024 +0100
@@ -0,0 +1,52 @@
+# immposiblerush
+
+## Start
+
+A simple game that involves matching colors. Written in Java in Swing components. The application uses sounds by Github.com user SouraBHV under the MIT license, while the program itself is under the GPL3 license.
+
+
+To download the latest version, type in terminal:
+
+
+git clone https://gitlab.com/pietraszczyk/immposiblerush.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
+
+
+
+
+