# HG changeset patch # User prymula # Date 1707594034 -3600 # Node ID 49dd434149cda2c088b99c642e0017a7a9d0f08c # Parent fa0307eb70b76ef266b6a9184548e4759a695cdb README.md immposiblerush diff -r fa0307eb70b7 -r 49dd434149cd immposiblerush/README.md --- /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 + + + + +